Shades of Sundance #CAA74F
Tints of Sundance #CAA74F
RGB
CMYK
RGB Variations
Color information
#CAA74F (or 0xCAA74F) is known color: Sundance. HEX triplet: CA, A7 and 4F. RGB value is (202,167,79). Sum of RGB (Red+Green+Blue) = 202+167+79=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 167 (65.62% from 255 or 37.28% from 448); Blue value is 79 (31.25% from 255 or 17.63% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA74F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA74F is #3558B0. Grayscale: #A7A7A7. Windows color (decimal): -3496113 or 5220298. OLE color: 5220298.
HSL color Cylindrical-coordinate representation of color #CAA74F: hue angle of 42.93º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CAA74F is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 167 | 79 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.21 |
| HSL | 42.93º | 0.54% | 0.55% | - |
| HSV(B) | 42.93º | 0.61% | 0.79% | - |
| XYZ | 39.59 | 40.76 | 13.18 | - |
| YUV | 167.43 | 78.1 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 167 | 79 | 0 | 0.17 | 0.61 | 0.21 | 42.93 | 0.54 | 0.55 |
| Hex | CA | A7 | 4F | 0 | 11 | 3D | 15 | 2B | 36 | 37 |
| Octal | 312 | 247 | 117 | 0 | 21 | 75 | 25 | 53 | 66 | 67 |
| Binary | 11001010 | 10100111 | 1001111 | 0 | 10001 | 111101 | 10101 | 101011 | 110110 | 110111 |
Color Harmonies of #CAA74F
Complementary color
Monochromatic Colors of #CAA74F
Black with #CAA74F
Text Example
Text Example
White with #CAA74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA74F; }
p { color: rgb(202,167,79); }
H1.HeaderClassName
{
color: #CAA74F;
}
.AnyTagClassName
{
color: #CAA74F;
}
</style>
background-color css
<style>
a { background-color: #CAA74F; }
a { background-color: rgb(202,167,79); }
div.DivClassName
{
background-color: #CAA74F;
}
.BgClassName
{
background-color: #CAA74F;
}
</style>
border-color css
<style>
span { border-color: #CAA74F; }
span { border-color: rgb(202,167,79); }
td.TdClassName
{
border-color: #CAA74F;
}
.TagClassName
{
border-color: #CAA74F;
}
</style>