#cab44b

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

Shades of Sundance #CAB44B

Tints of Sundance #CAB44B

Color information

#CAB44B (or 0xCAB44B) is unknown color: approx Sundance. HEX triplet: CA, B4 and 4B. RGB value is (202,180,75). Sum of RGB (Red+Green+Blue) = 202+180+75=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 75 (29.69% from 255 or 16.41% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB44B is #354BB4. Grayscale: #AFAFAF. Windows color (decimal): -3492789 or 4961482. OLE color: 4961482.

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

Color convert

RGB20218075-
CMYK00.110.630.21
HSL49.61º54.51%54.31%-
HSV(B)49.61º62.87%79.22%-
XYZ41.9545.7113.27-
YUV174.6171.79147.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 180 (70.70% from 255) = 39.39%
BLUE value IS 75 (29.69% from 255) = 16.41%
R=44.20%
G=39.39%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021807500.110.630.2149.6154.5154.31
HexCAB44B0B3F15323736
Octal3122641130137725626766
Binary110010101011010010010110101111111110101110010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cab44b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cab44b; }

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

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

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

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

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

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

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

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