Shades of Sundance #CAB54B
Tints of Sundance #CAB54B
RGB
CMYK
RGB Variations
Color information
#CAB54B (or 0xCAB54B) is known color: Sundance. HEX triplet: CA, B5 and 4B. RGB value is (202,181,75). Sum of RGB (Red+Green+Blue) = 202+181+75=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 181 (71.09% from 255 or 39.52% from 458); Blue value is 75 (29.69% from 255 or 16.38% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB54B is #354AB4. Grayscale: #AFAFAF. Windows color (decimal): -3492533 or 4961738. OLE color: 4961738.
HSL color Cylindrical-coordinate representation of color #CAB54B: hue angle of 50.08º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CAB54B is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 181 | 75 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.21 |
| HSL | 50.08º | 0.55% | 0.54% | - |
| HSV(B) | 50.08º | 0.63% | 0.79% | - |
| XYZ | 42.15 | 46.11 | 13.34 | - |
| YUV | 175.2 | 71.46 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 181 | 75 | 0 | 0.10 | 0.63 | 0.21 | 50.08 | 0.55 | 0.54 |
| Hex | CA | B5 | 4B | 0 | A | 3F | 15 | 32 | 37 | 36 |
| Octal | 312 | 265 | 113 | 0 | 12 | 77 | 25 | 62 | 67 | 66 |
| Binary | 11001010 | 10110101 | 1001011 | 0 | 1010 | 111111 | 10101 | 110010 | 110111 | 110110 |
Color Harmonies of #CAB54B
Complementary color
Monochromatic Colors of #CAB54B
Black with #CAB54B
Text Example
Text Example
White with #CAB54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB54B; }
p { color: rgb(202,181,75); }
H1.HeaderClassName
{
color: #CAB54B;
}
.AnyTagClassName
{
color: #CAB54B;
}
</style>
background-color css
<style>
a { background-color: #CAB54B; }
a { background-color: rgb(202,181,75); }
div.DivClassName
{
background-color: #CAB54B;
}
.BgClassName
{
background-color: #CAB54B;
}
</style>
border-color css
<style>
span { border-color: #CAB54B; }
span { border-color: rgb(202,181,75); }
td.TdClassName
{
border-color: #CAB54B;
}
.TagClassName
{
border-color: #CAB54B;
}
</style>