Shades of Sundance #CAB34A
Tints of Sundance #CAB34A
RGB
CMYK
RGB Variations
Color information
#CAB34A (or 0xCAB34A) is known color: Sundance. HEX triplet: CA, B3 and 4A. RGB value is (202,179,74). Sum of RGB (Red+Green+Blue) = 202+179+74=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 74 (29.30% from 255 or 16.26% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB34A is #354CB5. Grayscale: #AEAEAE. Windows color (decimal): -3493046 or 4895690. OLE color: 4895690.
HSL color Cylindrical-coordinate representation of color #CAB34A: hue angle of 49.22º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CAB34A is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 74 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.21 |
| HSL | 49.22º | 0.55% | 0.54% | - |
| HSV(B) | 49.22º | 0.63% | 0.79% | - |
| XYZ | 41.71 | 45.29 | 13.02 | - |
| YUV | 173.91 | 71.62 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 74 | 0 | 0.11 | 0.63 | 0.21 | 49.22 | 0.55 | 0.54 |
| Hex | CA | B3 | 4A | 0 | B | 3F | 15 | 31 | 37 | 36 |
| Octal | 312 | 263 | 112 | 0 | 13 | 77 | 25 | 61 | 67 | 66 |
| Binary | 11001010 | 10110011 | 1001010 | 0 | 1011 | 111111 | 10101 | 110001 | 110111 | 110110 |
Color Harmonies of #CAB34A
Complementary color
Monochromatic Colors of #CAB34A
Black with #CAB34A
Text Example
Text Example
White with #CAB34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB34A; }
p { color: rgb(202,179,74); }
H1.HeaderClassName
{
color: #CAB34A;
}
.AnyTagClassName
{
color: #CAB34A;
}
</style>
background-color css
<style>
a { background-color: #CAB34A; }
a { background-color: rgb(202,179,74); }
div.DivClassName
{
background-color: #CAB34A;
}
.BgClassName
{
background-color: #CAB34A;
}
</style>
border-color css
<style>
span { border-color: #CAB34A; }
span { border-color: rgb(202,179,74); }
td.TdClassName
{
border-color: #CAB34A;
}
.TagClassName
{
border-color: #CAB34A;
}
</style>