Shades of Sundance #CAA74A
Tints of Sundance #CAA74A
RGB
CMYK
RGB Variations
Color information
#CAA74A (or 0xCAA74A) is known color: Sundance. HEX triplet: CA, A7 and 4A. RGB value is (202,167,74). Sum of RGB (Red+Green+Blue) = 202+167+74=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 74 (29.30% from 255 or 16.70% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA74A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA74A is #3558B5. Grayscale: #A7A7A7. Windows color (decimal): -3496118 or 4892618. OLE color: 4892618.
HSL color Cylindrical-coordinate representation of color #CAA74A: hue angle of 43.59º 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 #CAA74A is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 167 | 74 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.21 |
| HSL | 43.59º | 0.55% | 0.54% | - |
| HSV(B) | 43.59º | 0.63% | 0.79% | - |
| XYZ | 39.41 | 40.69 | 12.25 | - |
| YUV | 166.86 | 75.6 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 167 | 74 | 0 | 0.17 | 0.63 | 0.21 | 43.59 | 0.55 | 0.54 |
| Hex | CA | A7 | 4A | 0 | 11 | 3F | 15 | 2C | 37 | 36 |
| Octal | 312 | 247 | 112 | 0 | 21 | 77 | 25 | 54 | 67 | 66 |
| Binary | 11001010 | 10100111 | 1001010 | 0 | 10001 | 111111 | 10101 | 101100 | 110111 | 110110 |
Color Harmonies of #CAA74A
Complementary color
Monochromatic Colors of #CAA74A
Black with #CAA74A
Text Example
Text Example
White with #CAA74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA74A; }
p { color: rgb(202,167,74); }
H1.HeaderClassName
{
color: #CAA74A;
}
.AnyTagClassName
{
color: #CAA74A;
}
</style>
background-color css
<style>
a { background-color: #CAA74A; }
a { background-color: rgb(202,167,74); }
div.DivClassName
{
background-color: #CAA74A;
}
.BgClassName
{
background-color: #CAA74A;
}
</style>
border-color css
<style>
span { border-color: #CAA74A; }
span { border-color: rgb(202,167,74); }
td.TdClassName
{
border-color: #CAA74A;
}
.TagClassName
{
border-color: #CAA74A;
}
</style>