#CCA64F

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

Shades of Sundance #CCA64F

Tints of Sundance #CCA64F

Color information

#CCA64F (or 0xCCA64F) is unknown color: approx Sundance. HEX triplet: CC, A6 and 4F. RGB value is (204,166,79). Sum of RGB (Red+Green+Blue) = 204+166+79=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 166 (65.23% from 255 or 36.97% from 449); Blue value is 79 (31.25% from 255 or 17.59% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA64F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA64F is #3359B0. Grayscale: #A7A7A7. Windows color (decimal): -3365297 or 5220044. OLE color: 5220044.

HSL color Cylindrical-coordinate representation of color #CCA64F: hue angle of 41.76º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCA64F is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB20416679-
CMYK00.190.610.2
HSL41.76º55.07%55.49%-
HSV(B)41.76º61.27%80%-
XYZ39.9540.6713.14-
YUV167.4478.09154.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.43%
GREEN value IS 166 (65.23% from 255) = 36.97%
BLUE value IS 79 (31.25% from 255) = 17.59%
R=45.43%
G=36.97%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041667900.190.610.241.7655.0755.49
HexCCA64F0133D142a3737
Octal3142461170237524526767
Binary1100110010100110100111101001111110110100101010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA64F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA64F; }

 p { color: rgb(204,166,79); }

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

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

 a { background-color: rgb(204,166,79); }

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

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

 span { border-color: rgb(204,166,79); }

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