#CCA44F

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

Shades of Sundance #CCA44F

Tints of Sundance #CCA44F

Color information

#CCA44F (or 0xCCA44F) is unknown color: approx Sundance. HEX triplet: CC, A4 and 4F. RGB value is (204,164,79). Sum of RGB (Red+Green+Blue) = 204+164+79=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 164 (64.45% from 255 or 36.69% from 447); Blue value is 79 (31.25% from 255 or 17.67% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA44F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA44F is #335BB0. Grayscale: #A6A6A6. Windows color (decimal): -3365809 or 5219532. OLE color: 5219532.

HSL color Cylindrical-coordinate representation of color #CCA44F: hue angle of 40.8º 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 #CCA44F is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB20416479-
CMYK00.200.610.2
HSL40.8º55.07%55.49%-
HSV(B)40.8º61.27%80%-
XYZ39.5939.9513.02-
YUV166.2778.75154.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.64%
GREEN value IS 164 (64.45% from 255) = 36.69%
BLUE value IS 79 (31.25% from 255) = 17.67%
R=45.64%
G=36.69%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041647900.200.610.240.855.0755.49
HexCCA44F0143D14293737
Octal3142441170247524516767
Binary1100110010100100100111101010011110110100101001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA44F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA44F; }

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

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

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

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

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

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

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

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