Shades of Dark Goldenrod #CE870E
Tints of Dark Goldenrod #CE870E
RGB
CMYK
RGB Variations
Color information
#CE870E (or 0xCE870E) is known color: Dark Goldenrod. HEX triplet: CE, 87 and 0E. RGB value is (206,135,14). Sum of RGB (Red+Green+Blue) = 206+135+14=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 14 (5.86% from 255 or 3.94% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE870E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE870E is #3178F1. Grayscale: #8E8E8E. Windows color (decimal): -3242226 or 952270. OLE color: 952270.
HSL color Cylindrical-coordinate representation of color #CE870E: hue angle of 37.81º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE870E is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 135 | 14 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.19 |
| HSL | 37.81º | 0.87% | 0.43% | - |
| HSV(B) | 37.81º | 0.93% | 0.81% | - |
| XYZ | 34.2 | 30.48 | 4.5 | - |
| YUV | 142.44 | 55.52 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 135 | 14 | 0 | 0.34 | 0.93 | 0.19 | 37.81 | 0.87 | 0.43 |
| Hex | CE | 87 | E | 0 | 22 | 5D | 13 | 26 | 57 | 2B |
| Octal | 316 | 207 | 16 | 0 | 42 | 135 | 23 | 46 | 127 | 53 |
| Binary | 11001110 | 10000111 | 1110 | 0 | 100010 | 1011101 | 10011 | 100110 | 1010111 | 101011 |
Color Harmonies of #CE870E
Complementary color
Monochromatic Colors of #CE870E
Black with #CE870E
Text Example
Text Example
White with #CE870E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE870E; }
p { color: rgb(206,135,14); }
H1.HeaderClassName
{
color: #CE870E;
}
.AnyTagClassName
{
color: #CE870E;
}
</style>
background-color css
<style>
a { background-color: #CE870E; }
a { background-color: rgb(206,135,14); }
div.DivClassName
{
background-color: #CE870E;
}
.BgClassName
{
background-color: #CE870E;
}
</style>
border-color css
<style>
span { border-color: #CE870E; }
span { border-color: rgb(206,135,14); }
td.TdClassName
{
border-color: #CE870E;
}
.TagClassName
{
border-color: #CE870E;
}
</style>