Shades of Sundance #CAB14F
Tints of Sundance #CAB14F
RGB
CMYK
RGB Variations
Color information
#CAB14F (or 0xCAB14F) is known color: Sundance. HEX triplet: CA, B1 and 4F. RGB value is (202,177,79). Sum of RGB (Red+Green+Blue) = 202+177+79=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 177 (69.53% from 255 or 38.65% from 458); Blue value is 79 (31.25% from 255 or 17.25% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB14F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB14F is #354EB0. Grayscale: #ADADAD. Windows color (decimal): -3493553 or 5222858. OLE color: 5222858.
HSL color Cylindrical-coordinate representation of color #CAB14F: hue angle of 47.8º 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 #CAB14F is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 177 | 79 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.21 |
| HSL | 47.8º | 0.54% | 0.55% | - |
| HSV(B) | 47.8º | 0.61% | 0.79% | - |
| XYZ | 41.49 | 44.57 | 13.81 | - |
| YUV | 173.3 | 74.78 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 79 | 0 | 0.12 | 0.61 | 0.21 | 47.8 | 0.54 | 0.55 |
| Hex | CA | B1 | 4F | 0 | C | 3D | 15 | 30 | 36 | 37 |
| Octal | 312 | 261 | 117 | 0 | 14 | 75 | 25 | 60 | 66 | 67 |
| Binary | 11001010 | 10110001 | 1001111 | 0 | 1100 | 111101 | 10101 | 110000 | 110110 | 110111 |
Color Harmonies of #CAB14F
Complementary color
Monochromatic Colors of #CAB14F
Black with #CAB14F
Text Example
Text Example
White with #CAB14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB14F; }
p { color: rgb(202,177,79); }
H1.HeaderClassName
{
color: #CAB14F;
}
.AnyTagClassName
{
color: #CAB14F;
}
</style>
background-color css
<style>
a { background-color: #CAB14F; }
a { background-color: rgb(202,177,79); }
div.DivClassName
{
background-color: #CAB14F;
}
.BgClassName
{
background-color: #CAB14F;
}
</style>
border-color css
<style>
span { border-color: #CAB14F; }
span { border-color: rgb(202,177,79); }
td.TdClassName
{
border-color: #CAB14F;
}
.TagClassName
{
border-color: #CAB14F;
}
</style>