Shades of Sundance #CAB653
Tints of Sundance #CAB653
RGB
CMYK
RGB Variations
Color information
#CAB653 (or 0xCAB653) is known color: Sundance. HEX triplet: CA, B6 and 53. RGB value is (202,182,83). Sum of RGB (Red+Green+Blue) = 202+182+83=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 182 (71.48% from 255 or 38.97% from 467); Blue value is 83 (32.81% from 255 or 17.77% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB653 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB653 is #3549AC. Grayscale: #B1B1B1. Windows color (decimal): -3492269 or 5486282. OLE color: 5486282.
HSL color Cylindrical-coordinate representation of color #CAB653: hue angle of 49.92º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CAB653 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 182 | 83 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.21 |
| HSL | 49.92º | 0.53% | 0.56% | - |
| HSV(B) | 49.92º | 0.59% | 0.79% | - |
| XYZ | 42.65 | 46.64 | 14.94 | - |
| YUV | 176.69 | 75.13 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 182 | 83 | 0 | 0.10 | 0.59 | 0.21 | 49.92 | 0.53 | 0.56 |
| Hex | CA | B6 | 53 | 0 | A | 3B | 15 | 32 | 35 | 38 |
| Octal | 312 | 266 | 123 | 0 | 12 | 73 | 25 | 62 | 65 | 70 |
| Binary | 11001010 | 10110110 | 1010011 | 0 | 1010 | 111011 | 10101 | 110010 | 110101 | 111000 |
Color Harmonies of #CAB653
Complementary color
Monochromatic Colors of #CAB653
Black with #CAB653
Text Example
Text Example
White with #CAB653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB653; }
p { color: rgb(202,182,83); }
H1.HeaderClassName
{
color: #CAB653;
}
.AnyTagClassName
{
color: #CAB653;
}
</style>
background-color css
<style>
a { background-color: #CAB653; }
a { background-color: rgb(202,182,83); }
div.DivClassName
{
background-color: #CAB653;
}
.BgClassName
{
background-color: #CAB653;
}
</style>
border-color css
<style>
span { border-color: #CAB653; }
span { border-color: rgb(202,182,83); }
td.TdClassName
{
border-color: #CAB653;
}
.TagClassName
{
border-color: #CAB653;
}
</style>