Shades of Sundance #CAB54E
Tints of Sundance #CAB54E
RGB
CMYK
RGB Variations
Color information
#CAB54E (or 0xCAB54E) is known color: Sundance. HEX triplet: CA, B5 and 4E. RGB value is (202,181,78). Sum of RGB (Red+Green+Blue) = 202+181+78=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 78 (30.86% from 255 or 16.92% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB54E is #354AB1. Grayscale: #AFAFAF. Windows color (decimal): -3492530 or 5158346. OLE color: 5158346.
HSL color Cylindrical-coordinate representation of color #CAB54E: hue angle of 49.84º 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 #CAB54E is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 181 | 78 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.21 |
| HSL | 49.84º | 0.54% | 0.55% | - |
| HSV(B) | 49.84º | 0.61% | 0.79% | - |
| XYZ | 42.26 | 46.15 | 13.89 | - |
| YUV | 175.54 | 72.96 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 181 | 78 | 0 | 0.10 | 0.61 | 0.21 | 49.84 | 0.54 | 0.55 |
| Hex | CA | B5 | 4E | 0 | A | 3D | 15 | 32 | 36 | 37 |
| Octal | 312 | 265 | 116 | 0 | 12 | 75 | 25 | 62 | 66 | 67 |
| Binary | 11001010 | 10110101 | 1001110 | 0 | 1010 | 111101 | 10101 | 110010 | 110110 | 110111 |
Color Harmonies of #CAB54E
Complementary color
Monochromatic Colors of #CAB54E
Black with #CAB54E
Text Example
Text Example
White with #CAB54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB54E; }
p { color: rgb(202,181,78); }
H1.HeaderClassName
{
color: #CAB54E;
}
.AnyTagClassName
{
color: #CAB54E;
}
</style>
background-color css
<style>
a { background-color: #CAB54E; }
a { background-color: rgb(202,181,78); }
div.DivClassName
{
background-color: #CAB54E;
}
.BgClassName
{
background-color: #CAB54E;
}
</style>
border-color css
<style>
span { border-color: #CAB54E; }
span { border-color: rgb(202,181,78); }
td.TdClassName
{
border-color: #CAB54E;
}
.TagClassName
{
border-color: #CAB54E;
}
</style>