Shades of Dark Goldenrod #CF8D10
Tints of Dark Goldenrod #CF8D10
RGB
CMYK
RGB Variations
Color information
#CF8D10 (or 0xCF8D10) is known color: Dark Goldenrod. HEX triplet: CF, 8D and 10. RGB value is (207,141,16). Sum of RGB (Red+Green+Blue) = 207+141+16=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 16 (6.64% from 255 or 4.40% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8D10 is #3072EF. Grayscale: #939393. Windows color (decimal): -3175152 or 1084879. OLE color: 1084879.
HSL color Cylindrical-coordinate representation of color #CF8D10: hue angle of 39.27º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF8D10 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 141 | 16 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.19 |
| HSL | 39.27º | 0.86% | 0.44% | - |
| HSV(B) | 39.27º | 0.92% | 0.81% | - |
| XYZ | 35.35 | 32.35 | 4.87 | - |
| YUV | 146.48 | 54.37 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 141 | 16 | 0 | 0.32 | 0.92 | 0.19 | 39.27 | 0.86 | 0.44 |
| Hex | CF | 8D | 10 | 0 | 20 | 5C | 13 | 27 | 56 | 2C |
| Octal | 317 | 215 | 20 | 0 | 40 | 134 | 23 | 47 | 126 | 54 |
| Binary | 11001111 | 10001101 | 10000 | 0 | 100000 | 1011100 | 10011 | 100111 | 1010110 | 101100 |
Color Harmonies of #CF8D10
Complementary color
Monochromatic Colors of #CF8D10
Black with #CF8D10
Text Example
Text Example
White with #CF8D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8D10; }
p { color: rgb(207,141,16); }
H1.HeaderClassName
{
color: #CF8D10;
}
.AnyTagClassName
{
color: #CF8D10;
}
</style>
background-color css
<style>
a { background-color: #CF8D10; }
a { background-color: rgb(207,141,16); }
div.DivClassName
{
background-color: #CF8D10;
}
.BgClassName
{
background-color: #CF8D10;
}
</style>
border-color css
<style>
span { border-color: #CF8D10; }
span { border-color: rgb(207,141,16); }
td.TdClassName
{
border-color: #CF8D10;
}
.TagClassName
{
border-color: #CF8D10;
}
</style>