Shades of Sundance #CFA247
Tints of Sundance #CFA247
RGB
CMYK
RGB Variations
Color information
#CFA247 (or 0xCFA247) is known color: Sundance. HEX triplet: CF, A2 and 47. RGB value is (207,162,71). Sum of RGB (Red+Green+Blue) = 207+162+71=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 71 (28.12% from 255 or 16.14% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA247 is #305DB8. Grayscale: #A5A5A5. Windows color (decimal): -3169721 or 4694735. OLE color: 4694735.
HSL color Cylindrical-coordinate representation of color #CFA247: hue angle of 40.15º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFA247 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 71 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.19 |
| HSL | 40.15º | 0.59% | 0.55% | - |
| HSV(B) | 40.15º | 0.66% | 0.81% | - |
| XYZ | 39.79 | 39.56 | 11.5 | - |
| YUV | 165.08 | 74.91 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 71 | 0 | 0.22 | 0.66 | 0.19 | 40.15 | 0.59 | 0.55 |
| Hex | CF | A2 | 47 | 0 | 16 | 42 | 13 | 28 | 3B | 37 |
| Octal | 317 | 242 | 107 | 0 | 26 | 102 | 23 | 50 | 73 | 67 |
| Binary | 11001111 | 10100010 | 1000111 | 0 | 10110 | 1000010 | 10011 | 101000 | 111011 | 110111 |
Color Harmonies of #CFA247
Complementary color
Monochromatic Colors of #CFA247
Black with #CFA247
Text Example
Text Example
White with #CFA247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA247; }
p { color: rgb(207,162,71); }
H1.HeaderClassName
{
color: #CFA247;
}
.AnyTagClassName
{
color: #CFA247;
}
</style>
background-color css
<style>
a { background-color: #CFA247; }
a { background-color: rgb(207,162,71); }
div.DivClassName
{
background-color: #CFA247;
}
.BgClassName
{
background-color: #CFA247;
}
</style>
border-color css
<style>
span { border-color: #CFA247; }
span { border-color: rgb(207,162,71); }
td.TdClassName
{
border-color: #CFA247;
}
.TagClassName
{
border-color: #CFA247;
}
</style>