Shades of Dark Goldenrod #CE8E02
Tints of Dark Goldenrod #CE8E02
RGB
CMYK
RGB Variations
Color information
#CE8E02 (or 0xCE8E02) is known color: Dark Goldenrod. HEX triplet: CE, 8E and 02. RGB value is (206,142,2). Sum of RGB (Red+Green+Blue) = 206+142+2=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 142 (55.86% from 255 or 40.57% from 350); Blue value is 2 (1.17% from 255 or 0.57% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8E02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8E02 is #3171FD. Grayscale: #919191. Windows color (decimal): -3240446 or 167630. OLE color: 167630.
HSL color Cylindrical-coordinate representation of color #CE8E02: hue angle of 41.18º 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 #CE8E02 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 142 | 2 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.19 |
| HSL | 41.18º | 0.98% | 0.41% | - |
| HSV(B) | 41.18º | 0.99% | 0.81% | - |
| XYZ | 35.14 | 32.47 | 4.47 | - |
| YUV | 145.18 | 47.2 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 142 | 2 | 0 | 0.31 | 0.99 | 0.19 | 41.18 | 0.98 | 0.41 |
| Hex | CE | 8E | 2 | 0 | 1F | 63 | 13 | 29 | 62 | 29 |
| Octal | 316 | 216 | 2 | 0 | 37 | 143 | 23 | 51 | 142 | 51 |
| Binary | 11001110 | 10001110 | 10 | 0 | 11111 | 1100011 | 10011 | 101001 | 1100010 | 101001 |
Color Harmonies of #CE8E02
Complementary color
Monochromatic Colors of #CE8E02
Black with #CE8E02
Text Example
Text Example
White with #CE8E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8E02; }
p { color: rgb(206,142,2); }
H1.HeaderClassName
{
color: #CE8E02;
}
.AnyTagClassName
{
color: #CE8E02;
}
</style>
background-color css
<style>
a { background-color: #CE8E02; }
a { background-color: rgb(206,142,2); }
div.DivClassName
{
background-color: #CE8E02;
}
.BgClassName
{
background-color: #CE8E02;
}
</style>
border-color css
<style>
span { border-color: #CE8E02; }
span { border-color: rgb(206,142,2); }
td.TdClassName
{
border-color: #CE8E02;
}
.TagClassName
{
border-color: #CE8E02;
}
</style>