#CAB44E

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

Shades of Sundance #CAB44E

Tints of Sundance #CAB44E

Color information

#CAB44E (or 0xCAB44E) is unknown color: approx Sundance. HEX triplet: CA, B4 and 4E. RGB value is (202,180,78). Sum of RGB (Red+Green+Blue) = 202+180+78=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 78 (30.86% from 255 or 16.96% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB44E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB44E is #354BB1. Grayscale: #AFAFAF. Windows color (decimal): -3492786 or 5158090. OLE color: 5158090.

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

Color convert

RGB20218078-
CMYK00.110.610.21
HSL49.35º53.91%54.9%-
HSV(B)49.35º61.39%79.22%-
XYZ42.0545.7513.82-
YUV174.9573.29147.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.91%
GREEN value IS 180 (70.70% from 255) = 39.13%
BLUE value IS 78 (30.86% from 255) = 16.96%
R=43.91%
G=39.13%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021807800.110.610.2149.3553.9154.9
HexCAB44E0B3D15313637
Octal3122641160137525616667
Binary110010101011010010011100101111110110101110001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB44E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB44E; }

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

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

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

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

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

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

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

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