#CAB04B

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

Shades of Sundance #CAB04B

Tints of Sundance #CAB04B

Color information

#CAB04B (or 0xCAB04B) is unknown color: approx Sundance. HEX triplet: CA, B0 and 4B. RGB value is (202,176,75). Sum of RGB (Red+Green+Blue) = 202+176+75=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 75 (29.69% from 255 or 16.56% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB04B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB04B is #354FB4. Grayscale: #ACACAC. Windows color (decimal): -3493813 or 4960458. OLE color: 4960458.

HSL color Cylindrical-coordinate representation of color #CAB04B: hue angle of 47.72º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CAB04B is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB20217675-
CMYK00.130.630.21
HSL47.72º54.51%54.31%-
HSV(B)47.72º62.87%79.22%-
XYZ41.1544.1213-
YUV172.2673.11149.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.59%
GREEN value IS 176 (69.14% from 255) = 38.85%
BLUE value IS 75 (29.69% from 255) = 16.56%
R=44.59%
G=38.85%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021767500.130.630.2147.7254.5154.31
HexCAB04B0D3F15303736
Octal3122601130157725606766
Binary110010101011000010010110110111111110101110000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB04B; }

 p { color: rgb(202,176,75); }

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

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

 a { background-color: rgb(202,176,75); }

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

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

 span { border-color: rgb(202,176,75); }

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