Shades of Dark Goldenrod #CE8700
Tints of Dark Goldenrod #CE8700
RGB
CMYK
RGB Variations
Color information
#CE8700 (or 0xCE8700) is known color: Dark Goldenrod. HEX triplet: CE, 87 and 00. RGB value is (206,135,0). Sum of RGB (Red+Green+Blue) = 206+135+0=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 135 (53.12% from 255 or 39.59% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8700 is #3178FF. Grayscale: #8D8D8D. Windows color (decimal): -3242240 or 34766. OLE color: 34766.
HSL color Cylindrical-coordinate representation of color #CE8700: hue angle of 39.32º 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 #CE8700 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 135 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.19 |
| HSL | 39.32º | 1% | 0.4% | - |
| HSV(B) | 39.32º | 1% | 0.81% | - |
| XYZ | 34.12 | 30.45 | 4.08 | - |
| YUV | 140.84 | 48.52 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 135 | 0 | 0 | 0.34 | 1 | 0.19 | 39.32 | 1 | 0.4 |
| Hex | CE | 87 | 0 | 0 | 22 | 64 | 13 | 27 | 64 | 28 |
| Octal | 316 | 207 | 0 | 0 | 42 | 144 | 23 | 47 | 144 | 50 |
| Binary | 11001110 | 10000111 | 0 | 0 | 100010 | 1100100 | 10011 | 100111 | 1100100 | 101000 |
Color Harmonies of #CE8700
Complementary color
Monochromatic Colors of #CE8700
Black with #CE8700
Text Example
Text Example
White with #CE8700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8700; }
p { color: rgb(206,135,0); }
H1.HeaderClassName
{
color: #CE8700;
}
.AnyTagClassName
{
color: #CE8700;
}
</style>
background-color css
<style>
a { background-color: #CE8700; }
a { background-color: rgb(206,135,0); }
div.DivClassName
{
background-color: #CE8700;
}
.BgClassName
{
background-color: #CE8700;
}
</style>
border-color css
<style>
span { border-color: #CE8700; }
span { border-color: rgb(206,135,0); }
td.TdClassName
{
border-color: #CE8700;
}
.TagClassName
{
border-color: #CE8700;
}
</style>