Shades of Sundance #CFAF47
Tints of Sundance #CFAF47
RGB
CMYK
RGB Variations
Color information
#CFAF47 (or 0xCFAF47) is known color: Sundance. HEX triplet: CF, AF and 47. RGB value is (207,175,71). Sum of RGB (Red+Green+Blue) = 207+175+71=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 71 (28.12% from 255 or 15.67% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAF47 is #3050B8. Grayscale: #ADADAD. Windows color (decimal): -3166393 or 4698063. OLE color: 4698063.
HSL color Cylindrical-coordinate representation of color #CFAF47: hue angle of 45.88º 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 #CFAF47 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 71 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.19 |
| HSL | 45.88º | 0.59% | 0.55% | - |
| HSV(B) | 45.88º | 0.66% | 0.81% | - |
| XYZ | 42.2 | 44.38 | 12.3 | - |
| YUV | 172.71 | 70.6 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 71 | 0 | 0.15 | 0.66 | 0.19 | 45.88 | 0.59 | 0.55 |
| Hex | CF | AF | 47 | 0 | F | 42 | 13 | 2E | 3B | 37 |
| Octal | 317 | 257 | 107 | 0 | 17 | 102 | 23 | 56 | 73 | 67 |
| Binary | 11001111 | 10101111 | 1000111 | 0 | 1111 | 1000010 | 10011 | 101110 | 111011 | 110111 |
Color Harmonies of #CFAF47
Complementary color
Monochromatic Colors of #CFAF47
Black with #CFAF47
Text Example
Text Example
White with #CFAF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF47; }
p { color: rgb(207,175,71); }
H1.HeaderClassName
{
color: #CFAF47;
}
.AnyTagClassName
{
color: #CFAF47;
}
</style>
background-color css
<style>
a { background-color: #CFAF47; }
a { background-color: rgb(207,175,71); }
div.DivClassName
{
background-color: #CFAF47;
}
.BgClassName
{
background-color: #CFAF47;
}
</style>
border-color css
<style>
span { border-color: #CFAF47; }
span { border-color: rgb(207,175,71); }
td.TdClassName
{
border-color: #CFAF47;
}
.TagClassName
{
border-color: #CFAF47;
}
</style>