Shades of Sundance #CFAF50
Tints of Sundance #CFAF50
RGB
CMYK
RGB Variations
Color information
#CFAF50 (or 0xCFAF50) is known color: Sundance. HEX triplet: CF, AF and 50. RGB value is (207,175,80). Sum of RGB (Red+Green+Blue) = 207+175+80=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 80 (31.64% from 255 or 17.32% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAF50 is #3050AF. Grayscale: #AEAEAE. Windows color (decimal): -3166384 or 5287887. OLE color: 5287887.
HSL color Cylindrical-coordinate representation of color #CFAF50: hue angle of 44.88º 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 #CFAF50 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 80 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.19 |
| HSL | 44.88º | 0.57% | 0.56% | - |
| HSV(B) | 44.88º | 0.61% | 0.81% | - |
| XYZ | 42.51 | 44.5 | 13.94 | - |
| YUV | 173.74 | 75.1 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 80 | 0 | 0.15 | 0.61 | 0.19 | 44.88 | 0.57 | 0.56 |
| Hex | CF | AF | 50 | 0 | F | 3D | 13 | 2D | 39 | 38 |
| Octal | 317 | 257 | 120 | 0 | 17 | 75 | 23 | 55 | 71 | 70 |
| Binary | 11001111 | 10101111 | 1010000 | 0 | 1111 | 111101 | 10011 | 101101 | 111001 | 111000 |
Color Harmonies of #CFAF50
Complementary color
Monochromatic Colors of #CFAF50
Black with #CFAF50
Text Example
Text Example
White with #CFAF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF50; }
p { color: rgb(207,175,80); }
H1.HeaderClassName
{
color: #CFAF50;
}
.AnyTagClassName
{
color: #CFAF50;
}
</style>
background-color css
<style>
a { background-color: #CFAF50; }
a { background-color: rgb(207,175,80); }
div.DivClassName
{
background-color: #CFAF50;
}
.BgClassName
{
background-color: #CFAF50;
}
</style>
border-color css
<style>
span { border-color: #CFAF50; }
span { border-color: rgb(207,175,80); }
td.TdClassName
{
border-color: #CFAF50;
}
.TagClassName
{
border-color: #CFAF50;
}
</style>