Shades of Dark Goldenrod #CE8900
Tints of Dark Goldenrod #CE8900
RGB
CMYK
RGB Variations
Color information
#CE8900 (or 0xCE8900) is known color: Dark Goldenrod. HEX triplet: CE, 89 and 00. RGB value is (206,137,0). Sum of RGB (Red+Green+Blue) = 206+137+0=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 0 (0.39% from 255 or 0% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8900 is #3176FF. Grayscale: #8E8E8E. Windows color (decimal): -3241728 or 35278. OLE color: 35278.
HSL color Cylindrical-coordinate representation of color #CE8900: hue angle of 39.9º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE8900 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 137 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.19 |
| HSL | 39.9º | 1% | 0.4% | - |
| HSV(B) | 39.9º | 1% | 0.81% | - |
| XYZ | 34.4 | 31.01 | 4.17 | - |
| YUV | 142.01 | 47.86 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 137 | 0 | 0 | 0.33 | 1 | 0.19 | 39.9 | 1 | 0.4 |
| Hex | CE | 89 | 0 | 0 | 21 | 64 | 13 | 28 | 64 | 28 |
| Octal | 316 | 211 | 0 | 0 | 41 | 144 | 23 | 50 | 144 | 50 |
| Binary | 11001110 | 10001001 | 0 | 0 | 100001 | 1100100 | 10011 | 101000 | 1100100 | 101000 |
Color Harmonies of #CE8900
Complementary color
Monochromatic Colors of #CE8900
Black with #CE8900
Text Example
Text Example
White with #CE8900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8900; }
p { color: rgb(206,137,0); }
H1.HeaderClassName
{
color: #CE8900;
}
.AnyTagClassName
{
color: #CE8900;
}
</style>
background-color css
<style>
a { background-color: #CE8900; }
a { background-color: rgb(206,137,0); }
div.DivClassName
{
background-color: #CE8900;
}
.BgClassName
{
background-color: #CE8900;
}
</style>
border-color css
<style>
span { border-color: #CE8900; }
span { border-color: rgb(206,137,0); }
td.TdClassName
{
border-color: #CE8900;
}
.TagClassName
{
border-color: #CE8900;
}
</style>