Shades of Dark Goldenrod #CE8F10
Tints of Dark Goldenrod #CE8F10
RGB
CMYK
RGB Variations
Color information
#CE8F10 (or 0xCE8F10) is known color: Dark Goldenrod. HEX triplet: CE, 8F and 10. RGB value is (206,143,16). Sum of RGB (Red+Green+Blue) = 206+143+16=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 16 (6.64% from 255 or 4.38% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8F10 is #3170EF. Grayscale: #939393. Windows color (decimal): -3240176 or 1085390. OLE color: 1085390.
HSL color Cylindrical-coordinate representation of color #CE8F10: hue angle of 40.11º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE8F10 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 143 | 16 | - |
| CMYK | 0 | 0.31 | 0.92 | 0.19 |
| HSL | 40.11º | 0.86% | 0.44% | - |
| HSV(B) | 40.11º | 0.92% | 0.81% | - |
| XYZ | 35.37 | 32.8 | 4.96 | - |
| YUV | 147.36 | 53.87 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 143 | 16 | 0 | 0.31 | 0.92 | 0.19 | 40.11 | 0.86 | 0.44 |
| Hex | CE | 8F | 10 | 0 | 1F | 5C | 13 | 28 | 56 | 2C |
| Octal | 316 | 217 | 20 | 0 | 37 | 134 | 23 | 50 | 126 | 54 |
| Binary | 11001110 | 10001111 | 10000 | 0 | 11111 | 1011100 | 10011 | 101000 | 1010110 | 101100 |
Color Harmonies of #CE8F10
Complementary color
Monochromatic Colors of #CE8F10
Black with #CE8F10
Text Example
Text Example
White with #CE8F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8F10; }
p { color: rgb(206,143,16); }
H1.HeaderClassName
{
color: #CE8F10;
}
.AnyTagClassName
{
color: #CE8F10;
}
</style>
background-color css
<style>
a { background-color: #CE8F10; }
a { background-color: rgb(206,143,16); }
div.DivClassName
{
background-color: #CE8F10;
}
.BgClassName
{
background-color: #CE8F10;
}
</style>
border-color css
<style>
span { border-color: #CE8F10; }
span { border-color: rgb(206,143,16); }
td.TdClassName
{
border-color: #CE8F10;
}
.TagClassName
{
border-color: #CE8F10;
}
</style>