Shades of Sundance #CAB14D
Tints of Sundance #CAB14D
RGB
CMYK
RGB Variations
Color information
#CAB14D (or 0xCAB14D) is known color: 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
| RGB | 202 | 177 | 77 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.21 |
| HSL | 48º | 0.54% | 0.55% | - |
| HSV(B) | 48º | 0.62% | 0.79% | - |
| XYZ | 41.42 | 44.54 | 13.43 | - |
| YUV | 173.08 | 73.78 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 77 | 0 | 0.12 | 0.62 | 0.21 | 48 | 0.54 | 0.55 |
| Hex | CA | B1 | 4D | 0 | C | 3E | 15 | 30 | 36 | 37 |
| Octal | 312 | 261 | 115 | 0 | 14 | 76 | 25 | 60 | 66 | 67 |
| Binary | 11001010 | 10110001 | 1001101 | 0 | 1100 | 111110 | 10101 | 110000 | 110110 | 110111 |
Color Harmonies of #CAB14D
Complementary color
Monochromatic Colors of #CAB14D
Black with #CAB14D
Text Example
Text Example
White with #CAB14D
Text Example
Text Example
HTML Codes & Css Web 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>