Shades of Sundance #CAB354
Tints of Sundance #CAB354
RGB
CMYK
RGB Variations
Color information
#CAB354 (or 0xCAB354) is known color: Sundance. HEX triplet: CA, B3 and 54. RGB value is (202,179,84). Sum of RGB (Red+Green+Blue) = 202+179+84=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 84 (33.20% from 255 or 18.06% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB354 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB354 is #354CAB. Grayscale: #AFAFAF. Windows color (decimal): -3493036 or 5551050. OLE color: 5551050.
HSL color Cylindrical-coordinate representation of color #CAB354: hue angle of 48.31º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CAB354 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 84 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.21 |
| HSL | 48.31º | 0.53% | 0.56% | - |
| HSV(B) | 48.31º | 0.58% | 0.79% | - |
| XYZ | 42.08 | 45.44 | 14.94 | - |
| YUV | 175.05 | 76.62 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 84 | 0 | 0.11 | 0.58 | 0.21 | 48.31 | 0.53 | 0.56 |
| Hex | CA | B3 | 54 | 0 | B | 3A | 15 | 30 | 35 | 38 |
| Octal | 312 | 263 | 124 | 0 | 13 | 72 | 25 | 60 | 65 | 70 |
| Binary | 11001010 | 10110011 | 1010100 | 0 | 1011 | 111010 | 10101 | 110000 | 110101 | 111000 |
Color Harmonies of #CAB354
Complementary color
Monochromatic Colors of #CAB354
Black with #CAB354
Text Example
Text Example
White with #CAB354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB354; }
p { color: rgb(202,179,84); }
H1.HeaderClassName
{
color: #CAB354;
}
.AnyTagClassName
{
color: #CAB354;
}
</style>
background-color css
<style>
a { background-color: #CAB354; }
a { background-color: rgb(202,179,84); }
div.DivClassName
{
background-color: #CAB354;
}
.BgClassName
{
background-color: #CAB354;
}
</style>
border-color css
<style>
span { border-color: #CAB354; }
span { border-color: rgb(202,179,84); }
td.TdClassName
{
border-color: #CAB354;
}
.TagClassName
{
border-color: #CAB354;
}
</style>