Shades of Dark Goldenrod #CF8E02
Tints of Dark Goldenrod #CF8E02
RGB
CMYK
RGB Variations
Color information
#CF8E02 (or 0xCF8E02) is known color: Dark Goldenrod. HEX triplet: CF, 8E and 02. RGB value is (207,142,2). Sum of RGB (Red+Green+Blue) = 207+142+2=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 142 (55.86% from 255 or 40.46% from 351); Blue value is 2 (1.17% from 255 or 0.57% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8E02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8E02 is #3071FD. Grayscale: #929292. Windows color (decimal): -3174910 or 167631. OLE color: 167631.
HSL color Cylindrical-coordinate representation of color #CF8E02: hue angle of 40.98º degrees, saturation: 0.98, 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 #CF8E02 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 142 | 2 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.19 |
| HSL | 40.98º | 0.98% | 0.41% | - |
| HSV(B) | 40.98º | 0.99% | 0.81% | - |
| XYZ | 35.42 | 32.62 | 4.49 | - |
| YUV | 145.48 | 47.03 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 142 | 2 | 0 | 0.31 | 0.99 | 0.19 | 40.98 | 0.98 | 0.41 |
| Hex | CF | 8E | 2 | 0 | 1F | 63 | 13 | 29 | 62 | 29 |
| Octal | 317 | 216 | 2 | 0 | 37 | 143 | 23 | 51 | 142 | 51 |
| Binary | 11001111 | 10001110 | 10 | 0 | 11111 | 1100011 | 10011 | 101001 | 1100010 | 101001 |
Color Harmonies of #CF8E02
Complementary color
Monochromatic Colors of #CF8E02
Black with #CF8E02
Text Example
Text Example
White with #CF8E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8E02; }
p { color: rgb(207,142,2); }
H1.HeaderClassName
{
color: #CF8E02;
}
.AnyTagClassName
{
color: #CF8E02;
}
</style>
background-color css
<style>
a { background-color: #CF8E02; }
a { background-color: rgb(207,142,2); }
div.DivClassName
{
background-color: #CF8E02;
}
.BgClassName
{
background-color: #CF8E02;
}
</style>
border-color css
<style>
span { border-color: #CF8E02; }
span { border-color: rgb(207,142,2); }
td.TdClassName
{
border-color: #CF8E02;
}
.TagClassName
{
border-color: #CF8E02;
}
</style>