Shades of Dark Goldenrod #CE860D
Tints of Dark Goldenrod #CE860D
RGB
CMYK
RGB Variations
Color information
#CE860D (or 0xCE860D) is known color: Dark Goldenrod. HEX triplet: CE, 86 and 0D. RGB value is (206,134,13). Sum of RGB (Red+Green+Blue) = 206+134+13=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 13 (5.47% from 255 or 3.68% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE860D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE860D is #3179F2. Grayscale: #8E8E8E. Windows color (decimal): -3242483 or 886478. OLE color: 886478.
HSL color Cylindrical-coordinate representation of color #CE860D: hue angle of 37.62º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE860D is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 134 | 13 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.19 |
| HSL | 37.62º | 0.88% | 0.43% | - |
| HSV(B) | 37.62º | 0.94% | 0.81% | - |
| XYZ | 34.05 | 30.2 | 4.42 | - |
| YUV | 141.73 | 55.35 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 134 | 13 | 0 | 0.35 | 0.94 | 0.19 | 37.62 | 0.88 | 0.43 |
| Hex | CE | 86 | D | 0 | 23 | 5E | 13 | 26 | 58 | 2B |
| Octal | 316 | 206 | 15 | 0 | 43 | 136 | 23 | 46 | 130 | 53 |
| Binary | 11001110 | 10000110 | 1101 | 0 | 100011 | 1011110 | 10011 | 100110 | 1011000 | 101011 |
Color Harmonies of #CE860D
Complementary color
Monochromatic Colors of #CE860D
Black with #CE860D
Text Example
Text Example
White with #CE860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE860D; }
p { color: rgb(206,134,13); }
H1.HeaderClassName
{
color: #CE860D;
}
.AnyTagClassName
{
color: #CE860D;
}
</style>
background-color css
<style>
a { background-color: #CE860D; }
a { background-color: rgb(206,134,13); }
div.DivClassName
{
background-color: #CE860D;
}
.BgClassName
{
background-color: #CE860D;
}
</style>
border-color css
<style>
span { border-color: #CE860D; }
span { border-color: rgb(206,134,13); }
td.TdClassName
{
border-color: #CE860D;
}
.TagClassName
{
border-color: #CE860D;
}
</style>