Shades of Dark Goldenrod #CE8F04
Tints of Dark Goldenrod #CE8F04
RGB
CMYK
RGB Variations
Color information
#CE8F04 (or 0xCE8F04) is known color: Dark Goldenrod. HEX triplet: CE, 8F and 04. RGB value is (206,143,4). Sum of RGB (Red+Green+Blue) = 206+143+4=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 143 (56.25% from 255 or 40.51% from 353); Blue value is 4 (1.95% from 255 or 1.13% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8F04 is #3170FB. Grayscale: #929292. Windows color (decimal): -3240188 or 298958. OLE color: 298958.
HSL color Cylindrical-coordinate representation of color #CE8F04: hue angle of 41.29º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE8F04 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 143 | 4 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.19 |
| HSL | 41.29º | 0.96% | 0.41% | - |
| HSV(B) | 41.29º | 0.98% | 0.81% | - |
| XYZ | 35.3 | 32.78 | 4.58 | - |
| YUV | 145.99 | 47.87 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 143 | 4 | 0 | 0.31 | 0.98 | 0.19 | 41.29 | 0.96 | 0.41 |
| Hex | CE | 8F | 4 | 0 | 1F | 62 | 13 | 29 | 60 | 29 |
| Octal | 316 | 217 | 4 | 0 | 37 | 142 | 23 | 51 | 140 | 51 |
| Binary | 11001110 | 10001111 | 100 | 0 | 11111 | 1100010 | 10011 | 101001 | 1100000 | 101001 |
Color Harmonies of #CE8F04
Complementary color
Monochromatic Colors of #CE8F04
Black with #CE8F04
Text Example
Text Example
White with #CE8F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8F04; }
p { color: rgb(206,143,4); }
H1.HeaderClassName
{
color: #CE8F04;
}
.AnyTagClassName
{
color: #CE8F04;
}
</style>
background-color css
<style>
a { background-color: #CE8F04; }
a { background-color: rgb(206,143,4); }
div.DivClassName
{
background-color: #CE8F04;
}
.BgClassName
{
background-color: #CE8F04;
}
</style>
border-color css
<style>
span { border-color: #CE8F04; }
span { border-color: rgb(206,143,4); }
td.TdClassName
{
border-color: #CE8F04;
}
.TagClassName
{
border-color: #CE8F04;
}
</style>