Shades of Sundance #CFA547
Tints of Sundance #CFA547
RGB
CMYK
RGB Variations
Color information
#CFA547 (or 0xCFA547) is known color: Sundance. HEX triplet: CF, A5 and 47. RGB value is (207,165,71). Sum of RGB (Red+Green+Blue) = 207+165+71=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 71 (28.12% from 255 or 16.03% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA547 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA547 is #305AB8. Grayscale: #A7A7A7. Windows color (decimal): -3168953 or 4695503. OLE color: 4695503.
HSL color Cylindrical-coordinate representation of color #CFA547: hue angle of 41.47º 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 #CFA547 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 71 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.19 |
| HSL | 41.47º | 0.59% | 0.55% | - |
| HSV(B) | 41.47º | 0.66% | 0.81% | - |
| XYZ | 40.32 | 40.63 | 11.68 | - |
| YUV | 166.84 | 73.91 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 71 | 0 | 0.20 | 0.66 | 0.19 | 41.47 | 0.59 | 0.55 |
| Hex | CF | A5 | 47 | 0 | 14 | 42 | 13 | 29 | 3B | 37 |
| Octal | 317 | 245 | 107 | 0 | 24 | 102 | 23 | 51 | 73 | 67 |
| Binary | 11001111 | 10100101 | 1000111 | 0 | 10100 | 1000010 | 10011 | 101001 | 111011 | 110111 |
Color Harmonies of #CFA547
Complementary color
Monochromatic Colors of #CFA547
Black with #CFA547
Text Example
Text Example
White with #CFA547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA547; }
p { color: rgb(207,165,71); }
H1.HeaderClassName
{
color: #CFA547;
}
.AnyTagClassName
{
color: #CFA547;
}
</style>
background-color css
<style>
a { background-color: #CFA547; }
a { background-color: rgb(207,165,71); }
div.DivClassName
{
background-color: #CFA547;
}
.BgClassName
{
background-color: #CFA547;
}
</style>
border-color css
<style>
span { border-color: #CFA547; }
span { border-color: rgb(207,165,71); }
td.TdClassName
{
border-color: #CFA547;
}
.TagClassName
{
border-color: #CFA547;
}
</style>