#CAB350

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

Shades of Sundance #CAB350

Tints of Sundance #CAB350

Color information

#CAB350 (or 0xCAB350) is unknown color: approx Sundance. HEX triplet: CA, B3 and 50. RGB value is (202,179,80). Sum of RGB (Red+Green+Blue) = 202+179+80=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 179 (70.31% from 255 or 38.83% from 461); Blue value is 80 (31.64% from 255 or 17.35% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB350 is #354CAF. Grayscale: #AFAFAF. Windows color (decimal): -3493040 or 5288906. OLE color: 5288906.

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

Color convert

RGB20217980-
CMYK00.110.600.21
HSL48.69º53.51%55.29%-
HSV(B)48.69º60.4%79.22%-
XYZ41.9345.3814.14-
YUV174.5974.62147.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.82%
GREEN value IS 179 (70.31% from 255) = 38.83%
BLUE value IS 80 (31.64% from 255) = 17.35%
R=43.82%
G=38.83%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021798000.110.600.2148.6953.5155.29
HexCAB3500B3C15313637
Octal3122631200137425616667
Binary110010101011001110100000101111110010101110001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB350; }

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

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

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

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

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

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

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

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