Shades of Dark Goldenrod #CE8E0A
Tints of Dark Goldenrod #CE8E0A
RGB
CMYK
RGB Variations
Color information
#CE8E0A (or 0xCE8E0A) is known color: Dark Goldenrod. HEX triplet: CE, 8E and 0A. RGB value is (206,142,10). Sum of RGB (Red+Green+Blue) = 206+142+10=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 10 (4.30% from 255 or 2.79% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8E0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8E0A is #3171F5. Grayscale: #929292. Windows color (decimal): -3240438 or 691918. OLE color: 691918.
HSL color Cylindrical-coordinate representation of color #CE8E0A: hue angle of 40.41º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE8E0A is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 142 | 10 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.19 |
| HSL | 40.41º | 0.91% | 0.42% | - |
| HSV(B) | 40.41º | 0.95% | 0.81% | - |
| XYZ | 35.18 | 32.49 | 4.7 | - |
| YUV | 146.09 | 51.2 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 142 | 10 | 0 | 0.31 | 0.95 | 0.19 | 40.41 | 0.91 | 0.42 |
| Hex | CE | 8E | A | 0 | 1F | 5F | 13 | 28 | 5B | 2A |
| Octal | 316 | 216 | 12 | 0 | 37 | 137 | 23 | 50 | 133 | 52 |
| Binary | 11001110 | 10001110 | 1010 | 0 | 11111 | 1011111 | 10011 | 101000 | 1011011 | 101010 |
Color Harmonies of #CE8E0A
Complementary color
Monochromatic Colors of #CE8E0A
Black with #CE8E0A
Text Example
Text Example
White with #CE8E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8E0A; }
p { color: rgb(206,142,10); }
H1.HeaderClassName
{
color: #CE8E0A;
}
.AnyTagClassName
{
color: #CE8E0A;
}
</style>
background-color css
<style>
a { background-color: #CE8E0A; }
a { background-color: rgb(206,142,10); }
div.DivClassName
{
background-color: #CE8E0A;
}
.BgClassName
{
background-color: #CE8E0A;
}
</style>
border-color css
<style>
span { border-color: #CE8E0A; }
span { border-color: rgb(206,142,10); }
td.TdClassName
{
border-color: #CE8E0A;
}
.TagClassName
{
border-color: #CE8E0A;
}
</style>