Shades of Dark Goldenrod #CE8C10
Tints of Dark Goldenrod #CE8C10
RGB
CMYK
RGB Variations
Color information
#CE8C10 (or 0xCE8C10) is known color: Dark Goldenrod. HEX triplet: CE, 8C and 10. RGB value is (206,140,16). Sum of RGB (Red+Green+Blue) = 206+140+16=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 16 (6.64% from 255 or 4.42% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8C10 is #3173EF. Grayscale: #929292. Windows color (decimal): -3240944 or 1084622. OLE color: 1084622.
HSL color Cylindrical-coordinate representation of color #CE8C10: hue angle of 39.16º 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 #CE8C10 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 140 | 16 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.19 |
| HSL | 39.16º | 0.86% | 0.44% | - |
| HSV(B) | 39.16º | 0.92% | 0.81% | - |
| XYZ | 34.93 | 31.92 | 4.81 | - |
| YUV | 145.6 | 54.87 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 16 | 0 | 0.32 | 0.92 | 0.19 | 39.16 | 0.86 | 0.44 |
| Hex | CE | 8C | 10 | 0 | 20 | 5C | 13 | 27 | 56 | 2C |
| Octal | 316 | 214 | 20 | 0 | 40 | 134 | 23 | 47 | 126 | 54 |
| Binary | 11001110 | 10001100 | 10000 | 0 | 100000 | 1011100 | 10011 | 100111 | 1010110 | 101100 |
Color Harmonies of #CE8C10
Complementary color
Monochromatic Colors of #CE8C10
Black with #CE8C10
Text Example
Text Example
White with #CE8C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8C10; }
p { color: rgb(206,140,16); }
H1.HeaderClassName
{
color: #CE8C10;
}
.AnyTagClassName
{
color: #CE8C10;
}
</style>
background-color css
<style>
a { background-color: #CE8C10; }
a { background-color: rgb(206,140,16); }
div.DivClassName
{
background-color: #CE8C10;
}
.BgClassName
{
background-color: #CE8C10;
}
</style>
border-color css
<style>
span { border-color: #CE8C10; }
span { border-color: rgb(206,140,16); }
td.TdClassName
{
border-color: #CE8C10;
}
.TagClassName
{
border-color: #CE8C10;
}
</style>