Shades of Sundance #CFAF52
Tints of Sundance #CFAF52
RGB
CMYK
RGB Variations
Color information
#CFAF52 (or 0xCFAF52) is known color: Sundance. HEX triplet: CF, AF and 52. RGB value is (207,175,82). Sum of RGB (Red+Green+Blue) = 207+175+82=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 82 (32.42% from 255 or 17.67% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAF52 is #3050AD. Grayscale: #AEAEAE. Windows color (decimal): -3166382 or 5418959. OLE color: 5418959.
HSL color Cylindrical-coordinate representation of color #CFAF52: hue angle of 44.64º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFAF52 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 82 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.19 |
| HSL | 44.64º | 0.57% | 0.57% | - |
| HSV(B) | 44.64º | 0.6% | 0.81% | - |
| XYZ | 42.59 | 44.53 | 14.33 | - |
| YUV | 173.97 | 76.1 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 82 | 0 | 0.15 | 0.60 | 0.19 | 44.64 | 0.57 | 0.57 |
| Hex | CF | AF | 52 | 0 | F | 3C | 13 | 2D | 39 | 39 |
| Octal | 317 | 257 | 122 | 0 | 17 | 74 | 23 | 55 | 71 | 71 |
| Binary | 11001111 | 10101111 | 1010010 | 0 | 1111 | 111100 | 10011 | 101101 | 111001 | 111001 |
Color Harmonies of #CFAF52
Complementary color
Monochromatic Colors of #CFAF52
Black with #CFAF52
Text Example
Text Example
White with #CFAF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF52; }
p { color: rgb(207,175,82); }
H1.HeaderClassName
{
color: #CFAF52;
}
.AnyTagClassName
{
color: #CFAF52;
}
</style>
background-color css
<style>
a { background-color: #CFAF52; }
a { background-color: rgb(207,175,82); }
div.DivClassName
{
background-color: #CFAF52;
}
.BgClassName
{
background-color: #CFAF52;
}
</style>
border-color css
<style>
span { border-color: #CFAF52; }
span { border-color: rgb(207,175,82); }
td.TdClassName
{
border-color: #CFAF52;
}
.TagClassName
{
border-color: #CFAF52;
}
</style>