Shades of Sundance #CAB051
Tints of Sundance #CAB051
RGB
CMYK
RGB Variations
Color information
#CAB051 (or 0xCAB051) is known color: Sundance. HEX triplet: CA, B0 and 51. RGB value is (202,176,81). Sum of RGB (Red+Green+Blue) = 202+176+81=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 81 (32.03% from 255 or 17.65% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB051 is #354FAE. Grayscale: #ADADAD. Windows color (decimal): -3493807 or 5353674. OLE color: 5353674.
HSL color Cylindrical-coordinate representation of color #CAB051: hue angle of 47.11º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CAB051 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 176 | 81 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.21 |
| HSL | 47.11º | 0.53% | 0.55% | - |
| HSV(B) | 47.11º | 0.6% | 0.79% | - |
| XYZ | 41.37 | 44.2 | 14.14 | - |
| YUV | 172.94 | 76.11 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 81 | 0 | 0.13 | 0.60 | 0.21 | 47.11 | 0.53 | 0.55 |
| Hex | CA | B0 | 51 | 0 | D | 3C | 15 | 2F | 35 | 37 |
| Octal | 312 | 260 | 121 | 0 | 15 | 74 | 25 | 57 | 65 | 67 |
| Binary | 11001010 | 10110000 | 1010001 | 0 | 1101 | 111100 | 10101 | 101111 | 110101 | 110111 |
Color Harmonies of #CAB051
Complementary color
Monochromatic Colors of #CAB051
Black with #CAB051
Text Example
Text Example
White with #CAB051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB051; }
p { color: rgb(202,176,81); }
H1.HeaderClassName
{
color: #CAB051;
}
.AnyTagClassName
{
color: #CAB051;
}
</style>
background-color css
<style>
a { background-color: #CAB051; }
a { background-color: rgb(202,176,81); }
div.DivClassName
{
background-color: #CAB051;
}
.BgClassName
{
background-color: #CAB051;
}
</style>
border-color css
<style>
span { border-color: #CAB051; }
span { border-color: rgb(202,176,81); }
td.TdClassName
{
border-color: #CAB051;
}
.TagClassName
{
border-color: #CAB051;
}
</style>