Shades of Dark Goldenrod #CE8802
Tints of Dark Goldenrod #CE8802
RGB
CMYK
RGB Variations
Color information
#CE8802 (or 0xCE8802) is known color: Dark Goldenrod. HEX triplet: CE, 88 and 02. RGB value is (206,136,2). Sum of RGB (Red+Green+Blue) = 206+136+2=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 2 (1.17% from 255 or 0.58% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8802 is #3177FD. Grayscale: #8E8E8E. Windows color (decimal): -3241982 or 166094. OLE color: 166094.
HSL color Cylindrical-coordinate representation of color #CE8802: hue angle of 39.41º 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 #CE8802 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 136 | 2 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.19 |
| HSL | 39.41º | 0.98% | 0.41% | - |
| HSV(B) | 39.41º | 0.99% | 0.81% | - |
| XYZ | 34.27 | 30.73 | 4.18 | - |
| YUV | 141.65 | 49.19 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 136 | 2 | 0 | 0.34 | 0.99 | 0.19 | 39.41 | 0.98 | 0.41 |
| Hex | CE | 88 | 2 | 0 | 22 | 63 | 13 | 27 | 62 | 29 |
| Octal | 316 | 210 | 2 | 0 | 42 | 143 | 23 | 47 | 142 | 51 |
| Binary | 11001110 | 10001000 | 10 | 0 | 100010 | 1100011 | 10011 | 100111 | 1100010 | 101001 |
Color Harmonies of #CE8802
Complementary color
Monochromatic Colors of #CE8802
Black with #CE8802
Text Example
Text Example
White with #CE8802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8802; }
p { color: rgb(206,136,2); }
H1.HeaderClassName
{
color: #CE8802;
}
.AnyTagClassName
{
color: #CE8802;
}
</style>
background-color css
<style>
a { background-color: #CE8802; }
a { background-color: rgb(206,136,2); }
div.DivClassName
{
background-color: #CE8802;
}
.BgClassName
{
background-color: #CE8802;
}
</style>
border-color css
<style>
span { border-color: #CE8802; }
span { border-color: rgb(206,136,2); }
td.TdClassName
{
border-color: #CE8802;
}
.TagClassName
{
border-color: #CE8802;
}
</style>