Shades of Dark Goldenrod #CF8F07
Tints of Dark Goldenrod #CF8F07
RGB
CMYK
RGB Variations
Color information
#CF8F07 (or 0xCF8F07) is known color: Dark Goldenrod. HEX triplet: CF, 8F and 07. RGB value is (207,143,7). Sum of RGB (Red+Green+Blue) = 207+143+7=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 143 (56.25% from 255 or 40.06% from 357); Blue value is 7 (3.12% from 255 or 1.96% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8F07 is #3070F8. Grayscale: #939393. Windows color (decimal): -3174649 or 495567. OLE color: 495567.
HSL color Cylindrical-coordinate representation of color #CF8F07: hue angle of 40.8º 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 #CF8F07 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 143 | 7 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.19 |
| HSL | 40.8º | 0.93% | 0.42% | - |
| HSV(B) | 40.8º | 0.97% | 0.81% | - |
| XYZ | 35.59 | 32.93 | 4.68 | - |
| YUV | 146.63 | 49.2 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 7 | 0 | 0.31 | 0.97 | 0.19 | 40.8 | 0.93 | 0.42 |
| Hex | CF | 8F | 7 | 0 | 1F | 61 | 13 | 29 | 5D | 2A |
| Octal | 317 | 217 | 7 | 0 | 37 | 141 | 23 | 51 | 135 | 52 |
| Binary | 11001111 | 10001111 | 111 | 0 | 11111 | 1100001 | 10011 | 101001 | 1011101 | 101010 |
Color Harmonies of #CF8F07
Complementary color
Monochromatic Colors of #CF8F07
Black with #CF8F07
Text Example
Text Example
White with #CF8F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8F07; }
p { color: rgb(207,143,7); }
H1.HeaderClassName
{
color: #CF8F07;
}
.AnyTagClassName
{
color: #CF8F07;
}
</style>
background-color css
<style>
a { background-color: #CF8F07; }
a { background-color: rgb(207,143,7); }
div.DivClassName
{
background-color: #CF8F07;
}
.BgClassName
{
background-color: #CF8F07;
}
</style>
border-color css
<style>
span { border-color: #CF8F07; }
span { border-color: rgb(207,143,7); }
td.TdClassName
{
border-color: #CF8F07;
}
.TagClassName
{
border-color: #CF8F07;
}
</style>