Shades of Dark Goldenrod #CF8E07
Tints of Dark Goldenrod #CF8E07
RGB
CMYK
RGB Variations
Color information
#CF8E07 (or 0xCF8E07) is known color: Dark Goldenrod. HEX triplet: CF, 8E and 07. RGB value is (207,142,7). Sum of RGB (Red+Green+Blue) = 207+142+7=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 142 (55.86% from 255 or 39.89% from 356); Blue value is 7 (3.12% from 255 or 1.97% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8E07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8E07 is #3071F8. Grayscale: #929292. Windows color (decimal): -3174905 or 495311. OLE color: 495311.
HSL color Cylindrical-coordinate representation of color #CF8E07: hue angle of 40.5º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF8E07 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 142 | 7 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.19 |
| HSL | 40.5º | 0.93% | 0.42% | - |
| HSV(B) | 40.5º | 0.97% | 0.81% | - |
| XYZ | 35.44 | 32.63 | 4.63 | - |
| YUV | 146.05 | 49.53 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 142 | 7 | 0 | 0.31 | 0.97 | 0.19 | 40.5 | 0.93 | 0.42 |
| Hex | CF | 8E | 7 | 0 | 1F | 61 | 13 | 28 | 5D | 2A |
| Octal | 317 | 216 | 7 | 0 | 37 | 141 | 23 | 50 | 135 | 52 |
| Binary | 11001111 | 10001110 | 111 | 0 | 11111 | 1100001 | 10011 | 101000 | 1011101 | 101010 |
Color Harmonies of #CF8E07
Complementary color
Monochromatic Colors of #CF8E07
Black with #CF8E07
Text Example
Text Example
White with #CF8E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8E07; }
p { color: rgb(207,142,7); }
H1.HeaderClassName
{
color: #CF8E07;
}
.AnyTagClassName
{
color: #CF8E07;
}
</style>
background-color css
<style>
a { background-color: #CF8E07; }
a { background-color: rgb(207,142,7); }
div.DivClassName
{
background-color: #CF8E07;
}
.BgClassName
{
background-color: #CF8E07;
}
</style>
border-color css
<style>
span { border-color: #CF8E07; }
span { border-color: rgb(207,142,7); }
td.TdClassName
{
border-color: #CF8E07;
}
.TagClassName
{
border-color: #CF8E07;
}
</style>