#CAB349

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

Shades of Sundance #CAB349

Tints of Sundance #CAB349

Color information

#CAB349 (or 0xCAB349) is unknown color: approx Sundance. HEX triplet: CA, B3 and 49. RGB value is (202,179,73). Sum of RGB (Red+Green+Blue) = 202+179+73=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 179 (70.31% from 255 or 39.43% from 454); Blue value is 73 (28.91% from 255 or 16.08% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB349 is #354CB6. Grayscale: #AEAEAE. Windows color (decimal): -3493047 or 4830154. OLE color: 4830154.

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

Color convert

RGB20217973-
CMYK00.110.640.21
HSL49.3º54.89%53.92%-
HSV(B)49.3º63.86%79.22%-
XYZ41.6845.2812.85-
YUV173.7971.12148.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.49%
GREEN value IS 179 (70.31% from 255) = 39.43%
BLUE value IS 73 (28.91% from 255) = 16.08%
R=44.49%
G=39.43%
B=16.08%

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
Decimal2021797300.110.640.2149.354.8953.92
HexCAB3490B4015313736
Octal31226311101310025616766
Binary1100101010110011100100101011100000010101110001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB349; }

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

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

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

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

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

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

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

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