#CCAB4B

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

Shades of Sundance #CCAB4B

Tints of Sundance #CCAB4B

Color information

#CCAB4B (or 0xCCAB4B) is unknown color: approx Sundance. HEX triplet: CC, AB and 4B. RGB value is (204,171,75). Sum of RGB (Red+Green+Blue) = 204+171+75=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 75 (29.69% from 255 or 16.67% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAB4B is #3354B4. Grayscale: #AAAAAA. Windows color (decimal): -3364021 or 4959180. OLE color: 4959180.

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

Color convert

RGB20417175-
CMYK00.160.630.2
HSL44.65º55.84%54.71%-
HSV(B)44.65º63.24%80%-
XYZ40.7342.4712.71-
YUV169.9274.43152.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.33%
GREEN value IS 171 (67.19% from 255) = 38%
BLUE value IS 75 (29.69% from 255) = 16.67%
R=45.33%
G=38%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041717500.160.630.244.6555.8454.71
HexCCAB4B0103F142d3837
Octal3142531130207724557067
Binary1100110010101011100101101000011111110100101101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAB4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAB4B; }

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

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

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

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

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

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

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

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