Shades of Dark Goldenrod #CE8B00
Tints of Dark Goldenrod #CE8B00
RGB
CMYK
RGB Variations
Color information
#CE8B00 (or 0xCE8B00) is known color: Dark Goldenrod. HEX triplet: CE, 8B and 00. RGB value is (206,139,0). Sum of RGB (Red+Green+Blue) = 206+139+0=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8B00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8B00 is #3174FF. Grayscale: #8F8F8F. Windows color (decimal): -3241216 or 35790. OLE color: 35790.
HSL color Cylindrical-coordinate representation of color #CE8B00: hue angle of 40.49º 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 #CE8B00 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 139 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.19 |
| HSL | 40.49º | 1% | 0.4% | - |
| HSV(B) | 40.49º | 1% | 0.81% | - |
| XYZ | 34.69 | 31.59 | 4.27 | - |
| YUV | 143.19 | 47.2 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 139 | 0 | 0 | 0.33 | 1 | 0.19 | 40.49 | 1 | 0.4 |
| Hex | CE | 8B | 0 | 0 | 21 | 64 | 13 | 28 | 64 | 28 |
| Octal | 316 | 213 | 0 | 0 | 41 | 144 | 23 | 50 | 144 | 50 |
| Binary | 11001110 | 10001011 | 0 | 0 | 100001 | 1100100 | 10011 | 101000 | 1100100 | 101000 |
Color Harmonies of #CE8B00
Complementary color
Monochromatic Colors of #CE8B00
Black with #CE8B00
Text Example
Text Example
White with #CE8B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8B00; }
p { color: rgb(206,139,0); }
H1.HeaderClassName
{
color: #CE8B00;
}
.AnyTagClassName
{
color: #CE8B00;
}
</style>
background-color css
<style>
a { background-color: #CE8B00; }
a { background-color: rgb(206,139,0); }
div.DivClassName
{
background-color: #CE8B00;
}
.BgClassName
{
background-color: #CE8B00;
}
</style>
border-color css
<style>
span { border-color: #CE8B00; }
span { border-color: rgb(206,139,0); }
td.TdClassName
{
border-color: #CE8B00;
}
.TagClassName
{
border-color: #CE8B00;
}
</style>