Shades of Dark Goldenrod #CF8E09
Tints of Dark Goldenrod #CF8E09
RGB
CMYK
RGB Variations
Color information
#CF8E09 (or 0xCF8E09) is known color: Dark Goldenrod. HEX triplet: CF, 8E and 09. RGB value is (207,142,9). Sum of RGB (Red+Green+Blue) = 207+142+9=358 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.82% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 9 (3.91% from 255 or 2.51% from 358); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8E09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8E09 is #3071F6. Grayscale: #929292. Windows color (decimal): -3174903 or 626383. OLE color: 626383.
HSL color Cylindrical-coordinate representation of color #CF8E09: hue angle of 40.3º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF8E09 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 142 | 9 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.19 |
| HSL | 40.3º | 0.92% | 0.42% | - |
| HSV(B) | 40.3º | 0.96% | 0.81% | - |
| XYZ | 35.45 | 32.63 | 4.69 | - |
| YUV | 146.27 | 50.53 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 142 | 9 | 0 | 0.31 | 0.96 | 0.19 | 40.3 | 0.92 | 0.42 |
| Hex | CF | 8E | 9 | 0 | 1F | 60 | 13 | 28 | 5C | 2A |
| Octal | 317 | 216 | 11 | 0 | 37 | 140 | 23 | 50 | 134 | 52 |
| Binary | 11001111 | 10001110 | 1001 | 0 | 11111 | 1100000 | 10011 | 101000 | 1011100 | 101010 |
Color Harmonies of #CF8E09
Complementary color
Monochromatic Colors of #CF8E09
Black with #CF8E09
Text Example
Text Example
White with #CF8E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8E09; }
p { color: rgb(207,142,9); }
H1.HeaderClassName
{
color: #CF8E09;
}
.AnyTagClassName
{
color: #CF8E09;
}
</style>
background-color css
<style>
a { background-color: #CF8E09; }
a { background-color: rgb(207,142,9); }
div.DivClassName
{
background-color: #CF8E09;
}
.BgClassName
{
background-color: #CF8E09;
}
</style>
border-color css
<style>
span { border-color: #CF8E09; }
span { border-color: rgb(207,142,9); }
td.TdClassName
{
border-color: #CF8E09;
}
.TagClassName
{
border-color: #CF8E09;
}
</style>