Shades of Dark Goldenrod #CE8912
Tints of Dark Goldenrod #CE8912
RGB
CMYK
RGB Variations
Color information
#CE8912 (or 0xCE8912) is known color: Dark Goldenrod. HEX triplet: CE, 89 and 12. RGB value is (206,137,18). Sum of RGB (Red+Green+Blue) = 206+137+18=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 18 (7.42% from 255 or 4.99% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8912 is #3176ED. Grayscale: #909090. Windows color (decimal): -3241710 or 1214926. OLE color: 1214926.
HSL color Cylindrical-coordinate representation of color #CE8912: hue angle of 37.98º 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 #CE8912 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 137 | 18 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.19 |
| HSL | 37.98º | 0.84% | 0.44% | - |
| HSV(B) | 37.98º | 0.91% | 0.81% | - |
| XYZ | 34.51 | 31.06 | 4.75 | - |
| YUV | 144.07 | 56.86 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 137 | 18 | 0 | 0.33 | 0.91 | 0.19 | 37.98 | 0.84 | 0.44 |
| Hex | CE | 89 | 12 | 0 | 21 | 5B | 13 | 26 | 54 | 2C |
| Octal | 316 | 211 | 22 | 0 | 41 | 133 | 23 | 46 | 124 | 54 |
| Binary | 11001110 | 10001001 | 10010 | 0 | 100001 | 1011011 | 10011 | 100110 | 1010100 | 101100 |
Color Harmonies of #CE8912
Complementary color
Monochromatic Colors of #CE8912
Black with #CE8912
Text Example
Text Example
White with #CE8912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8912; }
p { color: rgb(206,137,18); }
H1.HeaderClassName
{
color: #CE8912;
}
.AnyTagClassName
{
color: #CE8912;
}
</style>
background-color css
<style>
a { background-color: #CE8912; }
a { background-color: rgb(206,137,18); }
div.DivClassName
{
background-color: #CE8912;
}
.BgClassName
{
background-color: #CE8912;
}
</style>
border-color css
<style>
span { border-color: #CE8912; }
span { border-color: rgb(206,137,18); }
td.TdClassName
{
border-color: #CE8912;
}
.TagClassName
{
border-color: #CE8912;
}
</style>