Shades of Dark Goldenrod #CF8E03
Tints of Dark Goldenrod #CF8E03
RGB
CMYK
RGB Variations
Color information
#CF8E03 (or 0xCF8E03) is known color: Dark Goldenrod. HEX triplet: CF, 8E and 03. RGB value is (207,142,3). Sum of RGB (Red+Green+Blue) = 207+142+3=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 142 (55.86% from 255 or 40.34% from 352); Blue value is 3 (1.56% from 255 or 0.85% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8E03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8E03 is #3071FC. Grayscale: #929292. Windows color (decimal): -3174909 or 233167. OLE color: 233167.
HSL color Cylindrical-coordinate representation of color #CF8E03: hue angle of 40.88º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF8E03 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 142 | 3 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.19 |
| HSL | 40.88º | 0.97% | 0.41% | - |
| HSV(B) | 40.88º | 0.99% | 0.81% | - |
| XYZ | 35.42 | 32.62 | 4.52 | - |
| YUV | 145.59 | 47.53 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 142 | 3 | 0 | 0.31 | 0.99 | 0.19 | 40.88 | 0.97 | 0.41 |
| Hex | CF | 8E | 3 | 0 | 1F | 63 | 13 | 29 | 61 | 29 |
| Octal | 317 | 216 | 3 | 0 | 37 | 143 | 23 | 51 | 141 | 51 |
| Binary | 11001111 | 10001110 | 11 | 0 | 11111 | 1100011 | 10011 | 101001 | 1100001 | 101001 |
Color Harmonies of #CF8E03
Complementary color
Monochromatic Colors of #CF8E03
Black with #CF8E03
Text Example
Text Example
White with #CF8E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8E03; }
p { color: rgb(207,142,3); }
H1.HeaderClassName
{
color: #CF8E03;
}
.AnyTagClassName
{
color: #CF8E03;
}
</style>
background-color css
<style>
a { background-color: #CF8E03; }
a { background-color: rgb(207,142,3); }
div.DivClassName
{
background-color: #CF8E03;
}
.BgClassName
{
background-color: #CF8E03;
}
</style>
border-color css
<style>
span { border-color: #CF8E03; }
span { border-color: rgb(207,142,3); }
td.TdClassName
{
border-color: #CF8E03;
}
.TagClassName
{
border-color: #CF8E03;
}
</style>