Shades of Sundance #CFA647
Tints of Sundance #CFA647
RGB
CMYK
RGB Variations
Color information
#CFA647 (or 0xCFA647) is known color: Sundance. HEX triplet: CF, A6 and 47. RGB value is (207,166,71). Sum of RGB (Red+Green+Blue) = 207+166+71=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 71 (28.12% from 255 or 15.99% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA647 is #3059B8. Grayscale: #A7A7A7. Windows color (decimal): -3168697 or 4695759. OLE color: 4695759.
HSL color Cylindrical-coordinate representation of color #CFA647: hue angle of 41.91º 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 #CFA647 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 71 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.19 |
| HSL | 41.91º | 0.59% | 0.55% | - |
| HSV(B) | 41.91º | 0.66% | 0.81% | - |
| XYZ | 40.51 | 40.99 | 11.74 | - |
| YUV | 167.43 | 73.58 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 71 | 0 | 0.20 | 0.66 | 0.19 | 41.91 | 0.59 | 0.55 |
| Hex | CF | A6 | 47 | 0 | 14 | 42 | 13 | 2A | 3B | 37 |
| Octal | 317 | 246 | 107 | 0 | 24 | 102 | 23 | 52 | 73 | 67 |
| Binary | 11001111 | 10100110 | 1000111 | 0 | 10100 | 1000010 | 10011 | 101010 | 111011 | 110111 |
Color Harmonies of #CFA647
Complementary color
Monochromatic Colors of #CFA647
Black with #CFA647
Text Example
Text Example
White with #CFA647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA647; }
p { color: rgb(207,166,71); }
H1.HeaderClassName
{
color: #CFA647;
}
.AnyTagClassName
{
color: #CFA647;
}
</style>
background-color css
<style>
a { background-color: #CFA647; }
a { background-color: rgb(207,166,71); }
div.DivClassName
{
background-color: #CFA647;
}
.BgClassName
{
background-color: #CFA647;
}
</style>
border-color css
<style>
span { border-color: #CFA647; }
span { border-color: rgb(207,166,71); }
td.TdClassName
{
border-color: #CFA647;
}
.TagClassName
{
border-color: #CFA647;
}
</style>