#CAB449

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

Shades of Sundance #CAB449

Tints of Sundance #CAB449

Color information

#CAB449 (or 0xCAB449) is unknown color: approx Sundance. HEX triplet: CA, B4 and 49. RGB value is (202,180,73). Sum of RGB (Red+Green+Blue) = 202+180+73=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 73 (28.91% from 255 or 16.04% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB449 is #354BB6. Grayscale: #AEAEAE. Windows color (decimal): -3492791 or 4830410. OLE color: 4830410.

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

Color convert

RGB20218073-
CMYK00.110.640.21
HSL49.77º54.89%53.92%-
HSV(B)49.77º63.86%79.22%-
XYZ41.8845.6812.91-
YUV174.3870.79147.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.40%
GREEN value IS 180 (70.70% from 255) = 39.56%
BLUE value IS 73 (28.91% from 255) = 16.04%
R=44.40%
G=39.56%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021807300.110.640.2149.7754.8953.92
HexCAB4490B4015323736
Octal31226411101310025626766
Binary1100101010110100100100101011100000010101110010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB449; }

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

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

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

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

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

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

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

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