#CD9F4C

Color #CD9F4C Sundance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sundance #CD9F4C

Tints of Sundance #CD9F4C

Color information

#CD9F4C (or 0xCD9F4C) is unknown color: approx Sundance. HEX triplet: CD, 9F and 4C. RGB value is (205,159,76). Sum of RGB (Red+Green+Blue) = 205+159+76=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 159 (62.5% from 255 or 36.14% from 440); Blue value is 76 (30.08% from 255 or 17.27% from 440); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9F4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9F4C is #3260B3. Grayscale: #A3A3A3. Windows color (decimal): -3301556 or 5021645. OLE color: 5021645.

HSL color Cylindrical-coordinate representation of color #CD9F4C: hue angle of 38.6º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CD9F4C is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB20515976-
CMYK00.220.630.20
HSL38.6º56.33%55.1%-
HSV(B)38.6º62.93%80.39%-
XYZ38.8838.312.18-
YUV163.2978.74157.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 46.59%
GREEN value IS 159 (62.5% from 255) = 36.14%
BLUE value IS 76 (30.08% from 255) = 17.27%
R=46.59%
G=36.14%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051597600.220.630.2038.656.3355.1
HexCD9F4C0163F14273837
Octal3152371140267724477067
Binary1100110110011111100110001011011111110100100111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9F4C; }

 p { color: rgb(205,159,76); }

 H1.HeaderClassName
 {
   color: #CD9F4C;
 }
 .AnyTagClassName
 {
   color: #CD9F4C;
 }
</style>
background-color css

<style>
 a { background-color: #CD9F4C; }

 a { background-color: rgb(205,159,76); }

 div.DivClassName
 {
   background-color: #CD9F4C;
 }
 .BgClassName
 {
   background-color: #CD9F4C;
 }
</style>
border-color css

<style>
 span { border-color: #CD9F4C; }

 span { border-color: rgb(205,159,76); }

 td.TdClassName
 {
   border-color: #CD9F4C;
 }
 .TagClassName
 {
   border-color: #CD9F4C;
 }
</style>