Shades of Dark Goldenrod #CE8811
Tints of Dark Goldenrod #CE8811
RGB
CMYK
RGB Variations
Color information
#CE8811 (or 0xCE8811) is known color: Dark Goldenrod. HEX triplet: CE, 88 and 11. RGB value is (206,136,17). Sum of RGB (Red+Green+Blue) = 206+136+17=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 17 (7.03% from 255 or 4.74% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8811 is #3177EE. Grayscale: #8F8F8F. Windows color (decimal): -3241967 or 1149134. OLE color: 1149134.
HSL color Cylindrical-coordinate representation of color #CE8811: hue angle of 37.78º 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 #CE8811 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 136 | 17 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.19 |
| HSL | 37.78º | 0.85% | 0.44% | - |
| HSV(B) | 37.78º | 0.92% | 0.81% | - |
| XYZ | 34.36 | 30.77 | 4.66 | - |
| YUV | 143.36 | 56.69 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 136 | 17 | 0 | 0.34 | 0.92 | 0.19 | 37.78 | 0.85 | 0.44 |
| Hex | CE | 88 | 11 | 0 | 22 | 5C | 13 | 26 | 55 | 2C |
| Octal | 316 | 210 | 21 | 0 | 42 | 134 | 23 | 46 | 125 | 54 |
| Binary | 11001110 | 10001000 | 10001 | 0 | 100010 | 1011100 | 10011 | 100110 | 1010101 | 101100 |
Color Harmonies of #CE8811
Complementary color
Monochromatic Colors of #CE8811
Black with #CE8811
Text Example
Text Example
White with #CE8811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8811; }
p { color: rgb(206,136,17); }
H1.HeaderClassName
{
color: #CE8811;
}
.AnyTagClassName
{
color: #CE8811;
}
</style>
background-color css
<style>
a { background-color: #CE8811; }
a { background-color: rgb(206,136,17); }
div.DivClassName
{
background-color: #CE8811;
}
.BgClassName
{
background-color: #CE8811;
}
</style>
border-color css
<style>
span { border-color: #CE8811; }
span { border-color: rgb(206,136,17); }
td.TdClassName
{
border-color: #CE8811;
}
.TagClassName
{
border-color: #CE8811;
}
</style>