Shades of Dark Goldenrod #CE8D12
Tints of Dark Goldenrod #CE8D12
RGB
CMYK
RGB Variations
Color information
#CE8D12 (or 0xCE8D12) is known color: Dark Goldenrod. HEX triplet: CE, 8D and 12. RGB value is (206,141,18). Sum of RGB (Red+Green+Blue) = 206+141+18=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 18 (7.42% from 255 or 4.93% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8D12 is #3172ED. Grayscale: #929292. Windows color (decimal): -3240686 or 1215950. OLE color: 1215950.
HSL color Cylindrical-coordinate representation of color #CE8D12: hue angle of 39.26º 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 #CE8D12 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 141 | 18 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.19 |
| HSL | 39.26º | 0.84% | 0.44% | - |
| HSV(B) | 39.26º | 0.91% | 0.81% | - |
| XYZ | 35.09 | 32.22 | 4.94 | - |
| YUV | 146.41 | 55.53 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 141 | 18 | 0 | 0.32 | 0.91 | 0.19 | 39.26 | 0.84 | 0.44 |
| Hex | CE | 8D | 12 | 0 | 20 | 5B | 13 | 27 | 54 | 2C |
| Octal | 316 | 215 | 22 | 0 | 40 | 133 | 23 | 47 | 124 | 54 |
| Binary | 11001110 | 10001101 | 10010 | 0 | 100000 | 1011011 | 10011 | 100111 | 1010100 | 101100 |
Color Harmonies of #CE8D12
Complementary color
Monochromatic Colors of #CE8D12
Black with #CE8D12
Text Example
Text Example
White with #CE8D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8D12; }
p { color: rgb(206,141,18); }
H1.HeaderClassName
{
color: #CE8D12;
}
.AnyTagClassName
{
color: #CE8D12;
}
</style>
background-color css
<style>
a { background-color: #CE8D12; }
a { background-color: rgb(206,141,18); }
div.DivClassName
{
background-color: #CE8D12;
}
.BgClassName
{
background-color: #CE8D12;
}
</style>
border-color css
<style>
span { border-color: #CE8D12; }
span { border-color: rgb(206,141,18); }
td.TdClassName
{
border-color: #CE8D12;
}
.TagClassName
{
border-color: #CE8D12;
}
</style>