Shades of Sundance #CFAF49
Tints of Sundance #CFAF49
RGB
CMYK
RGB Variations
Color information
#CFAF49 (or 0xCFAF49) is known color: Sundance. HEX triplet: CF, AF and 49. RGB value is (207,175,73). Sum of RGB (Red+Green+Blue) = 207+175+73=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 73 (28.91% from 255 or 16.04% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAF49 is #3050B6. Grayscale: #ADADAD. Windows color (decimal): -3166391 or 4829135. OLE color: 4829135.
HSL color Cylindrical-coordinate representation of color #CFAF49: hue angle of 45.67º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFAF49 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 73 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.19 |
| HSL | 45.67º | 0.58% | 0.55% | - |
| HSV(B) | 45.67º | 0.65% | 0.81% | - |
| XYZ | 42.26 | 44.41 | 12.65 | - |
| YUV | 172.94 | 71.6 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 73 | 0 | 0.15 | 0.65 | 0.19 | 45.67 | 0.58 | 0.55 |
| Hex | CF | AF | 49 | 0 | F | 41 | 13 | 2E | 3A | 37 |
| Octal | 317 | 257 | 111 | 0 | 17 | 101 | 23 | 56 | 72 | 67 |
| Binary | 11001111 | 10101111 | 1001001 | 0 | 1111 | 1000001 | 10011 | 101110 | 111010 | 110111 |
Color Harmonies of #CFAF49
Complementary color
Monochromatic Colors of #CFAF49
Black with #CFAF49
Text Example
Text Example
White with #CFAF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF49; }
p { color: rgb(207,175,73); }
H1.HeaderClassName
{
color: #CFAF49;
}
.AnyTagClassName
{
color: #CFAF49;
}
</style>
background-color css
<style>
a { background-color: #CFAF49; }
a { background-color: rgb(207,175,73); }
div.DivClassName
{
background-color: #CFAF49;
}
.BgClassName
{
background-color: #CFAF49;
}
</style>
border-color css
<style>
span { border-color: #CFAF49; }
span { border-color: rgb(207,175,73); }
td.TdClassName
{
border-color: #CFAF49;
}
.TagClassName
{
border-color: #CFAF49;
}
</style>