Shades of Dark Goldenrod #CE8C0D
Tints of Dark Goldenrod #CE8C0D
RGB
CMYK
RGB Variations
Color information
#CE8C0D (or 0xCE8C0D) is known color: Dark Goldenrod. HEX triplet: CE, 8C and 0D. RGB value is (206,140,13). Sum of RGB (Red+Green+Blue) = 206+140+13=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 140 (55.08% from 255 or 39.00% from 359); Blue value is 13 (5.47% from 255 or 3.62% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8C0D is #3173F2. Grayscale: #919191. Windows color (decimal): -3240947 or 888014. OLE color: 888014.
HSL color Cylindrical-coordinate representation of color #CE8C0D: hue angle of 39.48º 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 #CE8C0D is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 140 | 13 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.19 |
| HSL | 39.48º | 0.88% | 0.43% | - |
| HSV(B) | 39.48º | 0.94% | 0.81% | - |
| XYZ | 34.9 | 31.91 | 4.7 | - |
| YUV | 145.26 | 53.37 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 13 | 0 | 0.32 | 0.94 | 0.19 | 39.48 | 0.88 | 0.43 |
| Hex | CE | 8C | D | 0 | 20 | 5E | 13 | 27 | 58 | 2B |
| Octal | 316 | 214 | 15 | 0 | 40 | 136 | 23 | 47 | 130 | 53 |
| Binary | 11001110 | 10001100 | 1101 | 0 | 100000 | 1011110 | 10011 | 100111 | 1011000 | 101011 |
Color Harmonies of #CE8C0D
Complementary color
Monochromatic Colors of #CE8C0D
Black with #CE8C0D
Text Example
Text Example
White with #CE8C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8C0D; }
p { color: rgb(206,140,13); }
H1.HeaderClassName
{
color: #CE8C0D;
}
.AnyTagClassName
{
color: #CE8C0D;
}
</style>
background-color css
<style>
a { background-color: #CE8C0D; }
a { background-color: rgb(206,140,13); }
div.DivClassName
{
background-color: #CE8C0D;
}
.BgClassName
{
background-color: #CE8C0D;
}
</style>
border-color css
<style>
span { border-color: #CE8C0D; }
span { border-color: rgb(206,140,13); }
td.TdClassName
{
border-color: #CE8C0D;
}
.TagClassName
{
border-color: #CE8C0D;
}
</style>