#CAB04A

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

Shades of Sundance #CAB04A

Tints of Sundance #CAB04A

Color information

#CAB04A (or 0xCAB04A) is unknown color: approx Sundance. HEX triplet: CA, B0 and 4A. RGB value is (202,176,74). Sum of RGB (Red+Green+Blue) = 202+176+74=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 176 (69.14% from 255 or 38.94% from 452); Blue value is 74 (29.30% from 255 or 16.37% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB04A is #354FB5. Grayscale: #ACACAC. Windows color (decimal): -3493814 or 4894922. OLE color: 4894922.

HSL color Cylindrical-coordinate representation of color #CAB04A: hue angle of 47.81º 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 #CAB04A is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB20217674-
CMYK00.130.630.21
HSL47.81º54.7%54.12%-
HSV(B)47.81º63.37%79.22%-
XYZ41.1244.112.82-
YUV172.1572.61149.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.69%
GREEN value IS 176 (69.14% from 255) = 38.94%
BLUE value IS 74 (29.30% from 255) = 16.37%
R=44.69%
G=38.94%
B=16.37%

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
Decimal2021767400.130.630.2147.8154.754.12
HexCAB04A0D3F15303736
Octal3122601120157725606766
Binary110010101011000010010100110111111110101110000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB04A; }

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

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

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

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

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

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

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

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