Shades of Dark Goldenrod #CF8910
Tints of Dark Goldenrod #CF8910
RGB
CMYK
RGB Variations
Color information
#CF8910 (or 0xCF8910) is known color: Dark Goldenrod. HEX triplet: CF, 89 and 10. RGB value is (207,137,16). Sum of RGB (Red+Green+Blue) = 207+137+16=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 16 (6.64% from 255 or 4.44% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8910 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8910 is #3076EF. Grayscale: #909090. Windows color (decimal): -3176176 or 1083855. OLE color: 1083855.
HSL color Cylindrical-coordinate representation of color #CF8910: hue angle of 38.01º 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 #CF8910 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 16 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.19 |
| HSL | 38.01º | 0.86% | 0.44% | - |
| HSV(B) | 38.01º | 0.92% | 0.81% | - |
| XYZ | 34.77 | 31.19 | 4.68 | - |
| YUV | 144.14 | 55.69 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 16 | 0 | 0.34 | 0.92 | 0.19 | 38.01 | 0.86 | 0.44 |
| Hex | CF | 89 | 10 | 0 | 22 | 5C | 13 | 26 | 56 | 2C |
| Octal | 317 | 211 | 20 | 0 | 42 | 134 | 23 | 46 | 126 | 54 |
| Binary | 11001111 | 10001001 | 10000 | 0 | 100010 | 1011100 | 10011 | 100110 | 1010110 | 101100 |
Color Harmonies of #CF8910
Complementary color
Monochromatic Colors of #CF8910
Black with #CF8910
Text Example
Text Example
White with #CF8910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8910; }
p { color: rgb(207,137,16); }
H1.HeaderClassName
{
color: #CF8910;
}
.AnyTagClassName
{
color: #CF8910;
}
</style>
background-color css
<style>
a { background-color: #CF8910; }
a { background-color: rgb(207,137,16); }
div.DivClassName
{
background-color: #CF8910;
}
.BgClassName
{
background-color: #CF8910;
}
</style>
border-color css
<style>
span { border-color: #CF8910; }
span { border-color: rgb(207,137,16); }
td.TdClassName
{
border-color: #CF8910;
}
.TagClassName
{
border-color: #CF8910;
}
</style>