Shades of Sundance #CFAF51
Tints of Sundance #CFAF51
RGB
CMYK
RGB Variations
Color information
#CFAF51 (or 0xCFAF51) is known color: Sundance. HEX triplet: CF, AF and 51. RGB value is (207,175,81). Sum of RGB (Red+Green+Blue) = 207+175+81=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 81 (32.03% from 255 or 17.49% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAF51 is #3050AE. Grayscale: #AEAEAE. Windows color (decimal): -3166383 or 5353423. OLE color: 5353423.
HSL color Cylindrical-coordinate representation of color #CFAF51: hue angle of 44.76º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFAF51 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 81 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.19 |
| HSL | 44.76º | 0.57% | 0.56% | - |
| HSV(B) | 44.76º | 0.61% | 0.81% | - |
| XYZ | 42.55 | 44.52 | 14.14 | - |
| YUV | 173.85 | 75.6 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 81 | 0 | 0.15 | 0.61 | 0.19 | 44.76 | 0.57 | 0.56 |
| Hex | CF | AF | 51 | 0 | F | 3D | 13 | 2D | 39 | 38 |
| Octal | 317 | 257 | 121 | 0 | 17 | 75 | 23 | 55 | 71 | 70 |
| Binary | 11001111 | 10101111 | 1010001 | 0 | 1111 | 111101 | 10011 | 101101 | 111001 | 111000 |
Color Harmonies of #CFAF51
Complementary color
Monochromatic Colors of #CFAF51
Black with #CFAF51
Text Example
Text Example
White with #CFAF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF51; }
p { color: rgb(207,175,81); }
H1.HeaderClassName
{
color: #CFAF51;
}
.AnyTagClassName
{
color: #CFAF51;
}
</style>
background-color css
<style>
a { background-color: #CFAF51; }
a { background-color: rgb(207,175,81); }
div.DivClassName
{
background-color: #CFAF51;
}
.BgClassName
{
background-color: #CFAF51;
}
</style>
border-color css
<style>
span { border-color: #CFAF51; }
span { border-color: rgb(207,175,81); }
td.TdClassName
{
border-color: #CFAF51;
}
.TagClassName
{
border-color: #CFAF51;
}
</style>