#CAB44F

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

Shades of Sundance #CAB44F

Tints of Sundance #CAB44F

Color information

#CAB44F (or 0xCAB44F) is unknown color: approx Sundance. HEX triplet: CA, B4 and 4F. RGB value is (202,180,79). Sum of RGB (Red+Green+Blue) = 202+180+79=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 79 (31.25% from 255 or 17.14% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB44F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB44F is #354BB0. Grayscale: #AFAFAF. Windows color (decimal): -3492785 or 5223626. OLE color: 5223626.

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

Color convert

RGB20218079-
CMYK00.110.610.21
HSL49.27º53.71%55.1%-
HSV(B)49.27º60.89%79.22%-
XYZ42.0945.7614.01-
YUV175.0673.79147.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.82%
GREEN value IS 180 (70.70% from 255) = 39.05%
BLUE value IS 79 (31.25% from 255) = 17.14%
R=43.82%
G=39.05%
B=17.14%

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
Decimal2021807900.110.610.2149.2753.7155.1
HexCAB44F0B3D15313637
Octal3122641170137525616667
Binary110010101011010010011110101111110110101110001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB44F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB44F; }

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

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

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

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

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

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

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

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