Shades of Dark Goldenrod #CE8E11
Tints of Dark Goldenrod #CE8E11
RGB
CMYK
RGB Variations
Color information
#CE8E11 (or 0xCE8E11) is known color: Dark Goldenrod. HEX triplet: CE, 8E and 11. RGB value is (206,142,17). Sum of RGB (Red+Green+Blue) = 206+142+17=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 17 (7.03% from 255 or 4.66% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8E11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8E11 is #3171EE. Grayscale: #939393. Windows color (decimal): -3240431 or 1150670. OLE color: 1150670.
HSL color Cylindrical-coordinate representation of color #CE8E11: hue angle of 39.68º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE8E11 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 142 | 17 | - |
| CMYK | 0 | 0.31 | 0.92 | 0.19 |
| HSL | 39.68º | 0.85% | 0.44% | - |
| HSV(B) | 39.68º | 0.92% | 0.81% | - |
| XYZ | 35.23 | 32.51 | 4.95 | - |
| YUV | 146.89 | 54.7 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 142 | 17 | 0 | 0.31 | 0.92 | 0.19 | 39.68 | 0.85 | 0.44 |
| Hex | CE | 8E | 11 | 0 | 1F | 5C | 13 | 28 | 55 | 2C |
| Octal | 316 | 216 | 21 | 0 | 37 | 134 | 23 | 50 | 125 | 54 |
| Binary | 11001110 | 10001110 | 10001 | 0 | 11111 | 1011100 | 10011 | 101000 | 1010101 | 101100 |
Color Harmonies of #CE8E11
Complementary color
Monochromatic Colors of #CE8E11
Black with #CE8E11
Text Example
Text Example
White with #CE8E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8E11; }
p { color: rgb(206,142,17); }
H1.HeaderClassName
{
color: #CE8E11;
}
.AnyTagClassName
{
color: #CE8E11;
}
</style>
background-color css
<style>
a { background-color: #CE8E11; }
a { background-color: rgb(206,142,17); }
div.DivClassName
{
background-color: #CE8E11;
}
.BgClassName
{
background-color: #CE8E11;
}
</style>
border-color css
<style>
span { border-color: #CE8E11; }
span { border-color: rgb(206,142,17); }
td.TdClassName
{
border-color: #CE8E11;
}
.TagClassName
{
border-color: #CE8E11;
}
</style>