#CAB14D

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

Shades of Sundance #CAB14D

Tints of Sundance #CAB14D

Color information

#CAB14D (or 0xCAB14D) is unknown color: approx Sundance. HEX triplet: CA, B1 and 4D. RGB value is (202,177,77). Sum of RGB (Red+Green+Blue) = 202+177+77=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 77 (30.47% from 255 or 16.89% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB14D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB14D is #354EB2. Grayscale: #ADADAD. Windows color (decimal): -3493555 or 5091786. OLE color: 5091786.

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

Color convert

RGB20217777-
CMYK00.120.620.21
HSL48º54.11%54.71%-
HSV(B)48º61.88%79.22%-
XYZ41.4244.5413.43-
YUV173.0873.78148.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.30%
GREEN value IS 177 (69.53% from 255) = 38.82%
BLUE value IS 77 (30.47% from 255) = 16.89%
R=44.30%
G=38.82%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021777700.120.620.214854.1154.71
HexCAB14D0C3E15303637
Octal3122611150147625606667
Binary110010101011000110011010110011111010101110000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB14D; }

 p { color: rgb(202,177,77); }

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

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

 a { background-color: rgb(202,177,77); }

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

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

 span { border-color: rgb(202,177,77); }

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