Shades of Sundance #CAB353
Tints of Sundance #CAB353
RGB
CMYK
RGB Variations
Color information
#CAB353 (or 0xCAB353) is known color: Sundance. HEX triplet: CA, B3 and 53. RGB value is (202,179,83). Sum of RGB (Red+Green+Blue) = 202+179+83=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 83 (32.81% from 255 or 17.89% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB353 is #354CAC. Grayscale: #AFAFAF. Windows color (decimal): -3493037 or 5485514. OLE color: 5485514.
HSL color Cylindrical-coordinate representation of color #CAB353: hue angle of 48.4º 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 #CAB353 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 83 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.21 |
| HSL | 48.4º | 0.53% | 0.56% | - |
| HSV(B) | 48.4º | 0.59% | 0.79% | - |
| XYZ | 42.04 | 45.42 | 14.74 | - |
| YUV | 174.93 | 76.12 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 83 | 0 | 0.11 | 0.59 | 0.21 | 48.4 | 0.53 | 0.56 |
| Hex | CA | B3 | 53 | 0 | B | 3B | 15 | 30 | 35 | 38 |
| Octal | 312 | 263 | 123 | 0 | 13 | 73 | 25 | 60 | 65 | 70 |
| Binary | 11001010 | 10110011 | 1010011 | 0 | 1011 | 111011 | 10101 | 110000 | 110101 | 111000 |
Color Harmonies of #CAB353
Complementary color
Monochromatic Colors of #CAB353
Black with #CAB353
Text Example
Text Example
White with #CAB353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB353; }
p { color: rgb(202,179,83); }
H1.HeaderClassName
{
color: #CAB353;
}
.AnyTagClassName
{
color: #CAB353;
}
</style>
background-color css
<style>
a { background-color: #CAB353; }
a { background-color: rgb(202,179,83); }
div.DivClassName
{
background-color: #CAB353;
}
.BgClassName
{
background-color: #CAB353;
}
</style>
border-color css
<style>
span { border-color: #CAB353; }
span { border-color: rgb(202,179,83); }
td.TdClassName
{
border-color: #CAB353;
}
.TagClassName
{
border-color: #CAB353;
}
</style>