Shades of Dark Goldenrod #CE8500
Tints of Dark Goldenrod #CE8500
RGB
CMYK
RGB Variations
Color information
#CE8500 (or 0xCE8500) is known color: Dark Goldenrod. HEX triplet: CE, 85 and 00. RGB value is (206,133,0). Sum of RGB (Red+Green+Blue) = 206+133+0=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8500 is #317AFF. Grayscale: #8C8C8C. Windows color (decimal): -3242752 or 34254. OLE color: 34254.
HSL color Cylindrical-coordinate representation of color #CE8500: hue angle of 38.74º 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 #CE8500 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 133 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.19 |
| HSL | 38.74º | 1% | 0.4% | - |
| HSV(B) | 38.74º | 1% | 0.81% | - |
| XYZ | 33.84 | 29.9 | 3.99 | - |
| YUV | 139.67 | 49.18 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 0 | 0 | 0.35 | 1 | 0.19 | 38.74 | 1 | 0.4 |
| Hex | CE | 85 | 0 | 0 | 23 | 64 | 13 | 27 | 64 | 28 |
| Octal | 316 | 205 | 0 | 0 | 43 | 144 | 23 | 47 | 144 | 50 |
| Binary | 11001110 | 10000101 | 0 | 0 | 100011 | 1100100 | 10011 | 100111 | 1100100 | 101000 |
Color Harmonies of #CE8500
Complementary color
Monochromatic Colors of #CE8500
Black with #CE8500
Text Example
Text Example
White with #CE8500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8500; }
p { color: rgb(206,133,0); }
H1.HeaderClassName
{
color: #CE8500;
}
.AnyTagClassName
{
color: #CE8500;
}
</style>
background-color css
<style>
a { background-color: #CE8500; }
a { background-color: rgb(206,133,0); }
div.DivClassName
{
background-color: #CE8500;
}
.BgClassName
{
background-color: #CE8500;
}
</style>
border-color css
<style>
span { border-color: #CE8500; }
span { border-color: rgb(206,133,0); }
td.TdClassName
{
border-color: #CE8500;
}
.TagClassName
{
border-color: #CE8500;
}
</style>