#CCAF49

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

Shades of Sundance #CCAF49

Tints of Sundance #CCAF49

Color information

#CCAF49 (or 0xCCAF49) is unknown color: approx Sundance. HEX triplet: CC, AF and 49. RGB value is (204,175,73). Sum of RGB (Red+Green+Blue) = 204+175+73=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 73 (28.91% from 255 or 16.15% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAF49 is #3350B6. Grayscale: #ACACAC. Windows color (decimal): -3362999 or 4829132. OLE color: 4829132.

HSL color Cylindrical-coordinate representation of color #CCAF49: hue angle of 46.72º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCAF49 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB20417573-
CMYK00.140.640.2
HSL46.72º56.22%54.31%-
HSV(B)46.72º64.22%80%-
XYZ41.4343.9812.61-
YUV172.0472.11150.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.13%
GREEN value IS 175 (68.75% from 255) = 38.72%
BLUE value IS 73 (28.91% from 255) = 16.15%
R=45.13%
G=38.72%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041757300.140.640.246.7256.2254.31
HexCCAF490E40142f3836
Octal31425711101610024577066
Binary1100110010101111100100101110100000010100101111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAF49; }

 p { color: rgb(204,175,73); }

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

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

 a { background-color: rgb(204,175,73); }

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

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

 span { border-color: rgb(204,175,73); }

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