Shades of Dark Goldenrod #CE8712
Tints of Dark Goldenrod #CE8712
RGB
CMYK
RGB Variations
Color information
#CE8712 (or 0xCE8712) is known color: Dark Goldenrod. HEX triplet: CE, 87 and 12. RGB value is (206,135,18). Sum of RGB (Red+Green+Blue) = 206+135+18=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 18 (7.42% from 255 or 5.01% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8712 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8712 is #3178ED. Grayscale: #8F8F8F. Windows color (decimal): -3242222 or 1214414. OLE color: 1214414.
HSL color Cylindrical-coordinate representation of color #CE8712: hue angle of 37.34º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE8712 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 135 | 18 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.19 |
| HSL | 37.34º | 0.84% | 0.44% | - |
| HSV(B) | 37.34º | 0.91% | 0.81% | - |
| XYZ | 34.23 | 30.49 | 4.65 | - |
| YUV | 142.89 | 57.52 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 135 | 18 | 0 | 0.34 | 0.91 | 0.19 | 37.34 | 0.84 | 0.44 |
| Hex | CE | 87 | 12 | 0 | 22 | 5B | 13 | 25 | 54 | 2C |
| Octal | 316 | 207 | 22 | 0 | 42 | 133 | 23 | 45 | 124 | 54 |
| Binary | 11001110 | 10000111 | 10010 | 0 | 100010 | 1011011 | 10011 | 100101 | 1010100 | 101100 |
Color Harmonies of #CE8712
Complementary color
Monochromatic Colors of #CE8712
Black with #CE8712
Text Example
Text Example
White with #CE8712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8712; }
p { color: rgb(206,135,18); }
H1.HeaderClassName
{
color: #CE8712;
}
.AnyTagClassName
{
color: #CE8712;
}
</style>
background-color css
<style>
a { background-color: #CE8712; }
a { background-color: rgb(206,135,18); }
div.DivClassName
{
background-color: #CE8712;
}
.BgClassName
{
background-color: #CE8712;
}
</style>
border-color css
<style>
span { border-color: #CE8712; }
span { border-color: rgb(206,135,18); }
td.TdClassName
{
border-color: #CE8712;
}
.TagClassName
{
border-color: #CE8712;
}
</style>