Shades of Dark Goldenrod #CF8F00
Tints of Dark Goldenrod #CF8F00
RGB
CMYK
RGB Variations
Color information
#CF8F00 (or 0xCF8F00) is known color: Dark Goldenrod. HEX triplet: CF, 8F and 00. RGB value is (207,143,0). Sum of RGB (Red+Green+Blue) = 207+143+0=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 143 (56.25% from 255 or 40.86% from 350); Blue value is 0 (0.39% from 255 or 0% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8F00 is #3070FF. Grayscale: #929292. Windows color (decimal): -3174656 or 36815. OLE color: 36815.
HSL color Cylindrical-coordinate representation of color #CF8F00: hue angle of 41.45º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF8F00 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 143 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.19 |
| HSL | 41.45º | 1% | 0.41% | - |
| HSV(B) | 41.45º | 1% | 0.81% | - |
| XYZ | 35.55 | 32.91 | 4.48 | - |
| YUV | 145.83 | 45.7 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 0 | 0 | 0.31 | 1 | 0.19 | 41.45 | 1 | 0.41 |
| Hex | CF | 8F | 0 | 0 | 1F | 64 | 13 | 29 | 64 | 29 |
| Octal | 317 | 217 | 0 | 0 | 37 | 144 | 23 | 51 | 144 | 51 |
| Binary | 11001111 | 10001111 | 0 | 0 | 11111 | 1100100 | 10011 | 101001 | 1100100 | 101001 |
Color Harmonies of #CF8F00
Complementary color
Monochromatic Colors of #CF8F00
Black with #CF8F00
Text Example
Text Example
White with #CF8F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8F00; }
p { color: rgb(207,143,0); }
H1.HeaderClassName
{
color: #CF8F00;
}
.AnyTagClassName
{
color: #CF8F00;
}
</style>
background-color css
<style>
a { background-color: #CF8F00; }
a { background-color: rgb(207,143,0); }
div.DivClassName
{
background-color: #CF8F00;
}
.BgClassName
{
background-color: #CF8F00;
}
</style>
border-color css
<style>
span { border-color: #CF8F00; }
span { border-color: rgb(207,143,0); }
td.TdClassName
{
border-color: #CF8F00;
}
.TagClassName
{
border-color: #CF8F00;
}
</style>