#CCAB54

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

Shades of Sundance #CCAB54

Tints of Sundance #CCAB54

Color information

#CCAB54 (or 0xCCAB54) is unknown color: approx Sundance. HEX triplet: CC, AB and 54. RGB value is (204,171,84). Sum of RGB (Red+Green+Blue) = 204+171+84=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 84 (33.20% from 255 or 18.30% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAB54 is #3354AB. Grayscale: #ABABAB. Windows color (decimal): -3364012 or 5549004. OLE color: 5549004.

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

Color convert

RGB20417184-
CMYK00.160.590.2
HSL43.5º54.05%56.47%-
HSV(B)43.5º58.82%80%-
XYZ41.0642.614.45-
YUV170.9578.93151.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.44%
GREEN value IS 171 (67.19% from 255) = 37.25%
BLUE value IS 84 (33.20% from 255) = 18.30%
R=44.44%
G=37.25%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.59
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041718400.160.590.243.554.0556.47
HexCCAB540103B142c3638
Octal3142531240207324546670
Binary1100110010101011101010001000011101110100101100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAB54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAB54; }

 p { color: rgb(204,171,84); }

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

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

 a { background-color: rgb(204,171,84); }

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

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

 span { border-color: rgb(204,171,84); }

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