Shades of Dark Goldenrod #CE8708
Tints of Dark Goldenrod #CE8708
RGB
CMYK
RGB Variations
Color information
#CE8708 (or 0xCE8708) is known color: Dark Goldenrod. HEX triplet: CE, 87 and 08. RGB value is (206,135,8). Sum of RGB (Red+Green+Blue) = 206+135+8=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 135 (53.12% from 255 or 38.68% from 349); Blue value is 8 (3.52% from 255 or 2.29% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8708 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8708 is #3178F7. Grayscale: #8E8E8E. Windows color (decimal): -3242232 or 559054. OLE color: 559054.
HSL color Cylindrical-coordinate representation of color #CE8708: hue angle of 38.48º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE8708 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 135 | 8 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.19 |
| HSL | 38.48º | 0.93% | 0.42% | - |
| HSV(B) | 38.48º | 0.96% | 0.81% | - |
| XYZ | 34.16 | 30.47 | 4.31 | - |
| YUV | 141.75 | 52.52 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 135 | 8 | 0 | 0.34 | 0.96 | 0.19 | 38.48 | 0.93 | 0.42 |
| Hex | CE | 87 | 8 | 0 | 22 | 60 | 13 | 26 | 5D | 2A |
| Octal | 316 | 207 | 10 | 0 | 42 | 140 | 23 | 46 | 135 | 52 |
| Binary | 11001110 | 10000111 | 1000 | 0 | 100010 | 1100000 | 10011 | 100110 | 1011101 | 101010 |
Color Harmonies of #CE8708
Complementary color
Monochromatic Colors of #CE8708
Black with #CE8708
Text Example
Text Example
White with #CE8708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8708; }
p { color: rgb(206,135,8); }
H1.HeaderClassName
{
color: #CE8708;
}
.AnyTagClassName
{
color: #CE8708;
}
</style>
background-color css
<style>
a { background-color: #CE8708; }
a { background-color: rgb(206,135,8); }
div.DivClassName
{
background-color: #CE8708;
}
.BgClassName
{
background-color: #CE8708;
}
</style>
border-color css
<style>
span { border-color: #CE8708; }
span { border-color: rgb(206,135,8); }
td.TdClassName
{
border-color: #CE8708;
}
.TagClassName
{
border-color: #CE8708;
}
</style>