Shades of Sundance #CFA947
Tints of Sundance #CFA947
RGB
CMYK
RGB Variations
Color information
#CFA947 (or 0xCFA947) is known color: Sundance. HEX triplet: CF, A9 and 47. RGB value is (207,169,71). Sum of RGB (Red+Green+Blue) = 207+169+71=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 169 (66.41% from 255 or 37.81% from 447); Blue value is 71 (28.12% from 255 or 15.88% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA947 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA947 is #3056B8. Grayscale: #A9A9A9. Windows color (decimal): -3167929 or 4696527. OLE color: 4696527.
HSL color Cylindrical-coordinate representation of color #CFA947: hue angle of 43.24º 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 #CFA947 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 71 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.19 |
| HSL | 43.24º | 0.59% | 0.55% | - |
| HSV(B) | 43.24º | 0.66% | 0.81% | - |
| XYZ | 41.06 | 42.1 | 11.92 | - |
| YUV | 169.19 | 72.59 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 71 | 0 | 0.18 | 0.66 | 0.19 | 43.24 | 0.59 | 0.55 |
| Hex | CF | A9 | 47 | 0 | 12 | 42 | 13 | 2B | 3B | 37 |
| Octal | 317 | 251 | 107 | 0 | 22 | 102 | 23 | 53 | 73 | 67 |
| Binary | 11001111 | 10101001 | 1000111 | 0 | 10010 | 1000010 | 10011 | 101011 | 111011 | 110111 |
Color Harmonies of #CFA947
Complementary color
Monochromatic Colors of #CFA947
Black with #CFA947
Text Example
Text Example
White with #CFA947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA947; }
p { color: rgb(207,169,71); }
H1.HeaderClassName
{
color: #CFA947;
}
.AnyTagClassName
{
color: #CFA947;
}
</style>
background-color css
<style>
a { background-color: #CFA947; }
a { background-color: rgb(207,169,71); }
div.DivClassName
{
background-color: #CFA947;
}
.BgClassName
{
background-color: #CFA947;
}
</style>
border-color css
<style>
span { border-color: #CFA947; }
span { border-color: rgb(207,169,71); }
td.TdClassName
{
border-color: #CFA947;
}
.TagClassName
{
border-color: #CFA947;
}
</style>