Shades of Sundance #CAB04E
Tints of Sundance #CAB04E
RGB
CMYK
RGB Variations
Color information
#CAB04E (or 0xCAB04E) is known color: Sundance. HEX triplet: CA, B0 and 4E. RGB value is (202,176,78). Sum of RGB (Red+Green+Blue) = 202+176+78=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 176 (69.14% from 255 or 38.60% from 456); Blue value is 78 (30.86% from 255 or 17.11% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB04E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB04E is #354FB1. Grayscale: #ADADAD. Windows color (decimal): -3493810 or 5157066. OLE color: 5157066.
HSL color Cylindrical-coordinate representation of color #CAB04E: hue angle of 47.42º 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 #CAB04E is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 176 | 78 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.21 |
| HSL | 47.42º | 0.54% | 0.55% | - |
| HSV(B) | 47.42º | 0.61% | 0.79% | - |
| XYZ | 41.26 | 44.16 | 13.56 | - |
| YUV | 172.6 | 74.61 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 78 | 0 | 0.13 | 0.61 | 0.21 | 47.42 | 0.54 | 0.55 |
| Hex | CA | B0 | 4E | 0 | D | 3D | 15 | 2F | 36 | 37 |
| Octal | 312 | 260 | 116 | 0 | 15 | 75 | 25 | 57 | 66 | 67 |
| Binary | 11001010 | 10110000 | 1001110 | 0 | 1101 | 111101 | 10101 | 101111 | 110110 | 110111 |
Color Harmonies of #CAB04E
Complementary color
Monochromatic Colors of #CAB04E
Black with #CAB04E
Text Example
Text Example
White with #CAB04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB04E; }
p { color: rgb(202,176,78); }
H1.HeaderClassName
{
color: #CAB04E;
}
.AnyTagClassName
{
color: #CAB04E;
}
</style>
background-color css
<style>
a { background-color: #CAB04E; }
a { background-color: rgb(202,176,78); }
div.DivClassName
{
background-color: #CAB04E;
}
.BgClassName
{
background-color: #CAB04E;
}
</style>
border-color css
<style>
span { border-color: #CAB04E; }
span { border-color: rgb(202,176,78); }
td.TdClassName
{
border-color: #CAB04E;
}
.TagClassName
{
border-color: #CAB04E;
}
</style>