Shades of Sundance #CFA249
Tints of Sundance #CFA249
RGB
CMYK
RGB Variations
Color information
#CFA249 (or 0xCFA249) is known color: Sundance. HEX triplet: CF, A2 and 49. RGB value is (207,162,73). Sum of RGB (Red+Green+Blue) = 207+162+73=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 162 (63.67% from 255 or 36.65% from 442); Blue value is 73 (28.91% from 255 or 16.52% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA249 is #305DB6. Grayscale: #A5A5A5. Windows color (decimal): -3169719 or 4825807. OLE color: 4825807.
HSL color Cylindrical-coordinate representation of color #CFA249: hue angle of 39.85º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFA249 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 73 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.19 |
| HSL | 39.85º | 0.58% | 0.55% | - |
| HSV(B) | 39.85º | 0.65% | 0.81% | - |
| XYZ | 39.86 | 39.59 | 11.84 | - |
| YUV | 165.31 | 75.91 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 73 | 0 | 0.22 | 0.65 | 0.19 | 39.85 | 0.58 | 0.55 |
| Hex | CF | A2 | 49 | 0 | 16 | 41 | 13 | 28 | 3A | 37 |
| Octal | 317 | 242 | 111 | 0 | 26 | 101 | 23 | 50 | 72 | 67 |
| Binary | 11001111 | 10100010 | 1001001 | 0 | 10110 | 1000001 | 10011 | 101000 | 111010 | 110111 |
Color Harmonies of #CFA249
Complementary color
Monochromatic Colors of #CFA249
Black with #CFA249
Text Example
Text Example
White with #CFA249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA249; }
p { color: rgb(207,162,73); }
H1.HeaderClassName
{
color: #CFA249;
}
.AnyTagClassName
{
color: #CFA249;
}
</style>
background-color css
<style>
a { background-color: #CFA249; }
a { background-color: rgb(207,162,73); }
div.DivClassName
{
background-color: #CFA249;
}
.BgClassName
{
background-color: #CFA249;
}
</style>
border-color css
<style>
span { border-color: #CFA249; }
span { border-color: rgb(207,162,73); }
td.TdClassName
{
border-color: #CFA249;
}
.TagClassName
{
border-color: #CFA249;
}
</style>