Shades of Dark Goldenrod #CE8812
Tints of Dark Goldenrod #CE8812
RGB
CMYK
RGB Variations
Color information
#CE8812 (or 0xCE8812) is known color: Dark Goldenrod. HEX triplet: CE, 88 and 12. RGB value is (206,136,18). Sum of RGB (Red+Green+Blue) = 206+136+18=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 18 (7.42% from 255 or 5% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8812 is #3177ED. Grayscale: #909090. Windows color (decimal): -3241966 or 1214670. OLE color: 1214670.
HSL color Cylindrical-coordinate representation of color #CE8812: hue angle of 37.66º 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 #CE8812 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 136 | 18 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.19 |
| HSL | 37.66º | 0.84% | 0.44% | - |
| HSV(B) | 37.66º | 0.91% | 0.81% | - |
| XYZ | 34.37 | 30.77 | 4.7 | - |
| YUV | 143.48 | 57.19 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 136 | 18 | 0 | 0.34 | 0.91 | 0.19 | 37.66 | 0.84 | 0.44 |
| Hex | CE | 88 | 12 | 0 | 22 | 5B | 13 | 26 | 54 | 2C |
| Octal | 316 | 210 | 22 | 0 | 42 | 133 | 23 | 46 | 124 | 54 |
| Binary | 11001110 | 10001000 | 10010 | 0 | 100010 | 1011011 | 10011 | 100110 | 1010100 | 101100 |
Color Harmonies of #CE8812
Complementary color
Monochromatic Colors of #CE8812
Black with #CE8812
Text Example
Text Example
White with #CE8812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8812; }
p { color: rgb(206,136,18); }
H1.HeaderClassName
{
color: #CE8812;
}
.AnyTagClassName
{
color: #CE8812;
}
</style>
background-color css
<style>
a { background-color: #CE8812; }
a { background-color: rgb(206,136,18); }
div.DivClassName
{
background-color: #CE8812;
}
.BgClassName
{
background-color: #CE8812;
}
</style>
border-color css
<style>
span { border-color: #CE8812; }
span { border-color: rgb(206,136,18); }
td.TdClassName
{
border-color: #CE8812;
}
.TagClassName
{
border-color: #CE8812;
}
</style>