#CC9F44

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

Shades of Sundance #CC9F44

Tints of Sundance #CC9F44

Color information

#CC9F44 (or 0xCC9F44) is unknown color: approx Sundance. HEX triplet: CC, 9F and 44. RGB value is (204,159,68). Sum of RGB (Red+Green+Blue) = 204+159+68=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 68 (26.95% from 255 or 15.78% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9F44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9F44 is #3360BB. Grayscale: #A2A2A2. Windows color (decimal): -3367100 or 4497356. OLE color: 4497356.

HSL color Cylindrical-coordinate representation of color #CC9F44: hue angle of 40.15º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC9F44 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB20415968-
CMYK00.220.670.2
HSL40.15º57.14%53.33%-
HSV(B)40.15º66.67%80%-
XYZ38.3438.0510.79-
YUV162.0874.91157.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.33%
GREEN value IS 159 (62.5% from 255) = 36.89%
BLUE value IS 68 (26.95% from 255) = 15.78%
R=47.33%
G=36.89%
B=15.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.67
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041596800.220.670.240.1557.1453.33
HexCC9F440164314283935
Octal31423710402610324507165
Binary11001100100111111000100010110100001110100101000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9F44; }

 p { color: rgb(204,159,68); }

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

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

 a { background-color: rgb(204,159,68); }

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

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

 span { border-color: rgb(204,159,68); }

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