#CAB54A

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

Shades of Sundance #CAB54A

Tints of Sundance #CAB54A

Color information

#CAB54A (or 0xCAB54A) is unknown color: approx Sundance. HEX triplet: CA, B5 and 4A. RGB value is (202,181,74). Sum of RGB (Red+Green+Blue) = 202+181+74=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 74 (29.30% from 255 or 16.19% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB54A is #354AB5. Grayscale: #AFAFAF. Windows color (decimal): -3492534 or 4896202. OLE color: 4896202.

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

Color convert

RGB20218174-
CMYK00.100.630.21
HSL50.16º54.7%54.12%-
HSV(B)50.16º63.37%79.22%-
XYZ42.1246.113.16-
YUV175.0870.96147.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 181 (71.09% from 255) = 39.61%
BLUE value IS 74 (29.30% from 255) = 16.19%
R=44.20%
G=39.61%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021817400.100.630.2150.1654.754.12
HexCAB54A0A3F15323736
Octal3122651120127725626766
Binary110010101011010110010100101011111110101110010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB54A; }

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

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

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

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

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

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

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

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