Shades of Sundance #CFA347
Tints of Sundance #CFA347
RGB
CMYK
RGB Variations
Color information
#CFA347 (or 0xCFA347) is known color: Sundance. HEX triplet: CF, A3 and 47. RGB value is (207,163,71). Sum of RGB (Red+Green+Blue) = 207+163+71=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 71 (28.12% from 255 or 16.10% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA347 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA347 is #305CB8. Grayscale: #A6A6A6. Windows color (decimal): -3169465 or 4694991. OLE color: 4694991.
HSL color Cylindrical-coordinate representation of color #CFA347: hue angle of 40.59º 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 #CFA347 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 71 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.19 |
| HSL | 40.59º | 0.59% | 0.55% | - |
| HSV(B) | 40.59º | 0.66% | 0.81% | - |
| XYZ | 39.97 | 39.91 | 11.56 | - |
| YUV | 165.67 | 74.58 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 71 | 0 | 0.21 | 0.66 | 0.19 | 40.59 | 0.59 | 0.55 |
| Hex | CF | A3 | 47 | 0 | 15 | 42 | 13 | 29 | 3B | 37 |
| Octal | 317 | 243 | 107 | 0 | 25 | 102 | 23 | 51 | 73 | 67 |
| Binary | 11001111 | 10100011 | 1000111 | 0 | 10101 | 1000010 | 10011 | 101001 | 111011 | 110111 |
Color Harmonies of #CFA347
Complementary color
Monochromatic Colors of #CFA347
Black with #CFA347
Text Example
Text Example
White with #CFA347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA347; }
p { color: rgb(207,163,71); }
H1.HeaderClassName
{
color: #CFA347;
}
.AnyTagClassName
{
color: #CFA347;
}
</style>
background-color css
<style>
a { background-color: #CFA347; }
a { background-color: rgb(207,163,71); }
div.DivClassName
{
background-color: #CFA347;
}
.BgClassName
{
background-color: #CFA347;
}
</style>
border-color css
<style>
span { border-color: #CFA347; }
span { border-color: rgb(207,163,71); }
td.TdClassName
{
border-color: #CFA347;
}
.TagClassName
{
border-color: #CFA347;
}
</style>