#CAB649

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

Shades of Sundance #CAB649

Tints of Sundance #CAB649

Color information

#CAB649 (or 0xCAB649) is unknown color: approx Sundance. HEX triplet: CA, B6 and 49. RGB value is (202,182,73). Sum of RGB (Red+Green+Blue) = 202+182+73=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 182 (71.48% from 255 or 39.82% from 457); Blue value is 73 (28.91% from 255 or 15.97% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB649 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB649 is #3549B6. Grayscale: #B0B0B0. Windows color (decimal): -3492279 or 4830922. OLE color: 4830922.

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

Color convert

RGB20218273-
CMYK00.100.640.21
HSL50.7º54.89%53.92%-
HSV(B)50.7º63.86%79.22%-
XYZ42.2946.4913.05-
YUV175.5570.13146.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 182 (71.48% from 255) = 39.82%
BLUE value IS 73 (28.91% from 255) = 15.97%
R=44.20%
G=39.82%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021827300.100.640.2150.754.8953.92
HexCAB6490A4015333736
Octal31226611101210025636766
Binary1100101010110110100100101010100000010101110011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB649; }

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

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

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

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

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

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

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

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