Shades of Dark Goldenrod #CE7E04
Tints of Dark Goldenrod #CE7E04
RGB
CMYK
RGB Variations
Color information
#CE7E04 (or 0xCE7E04) is known color: Dark Goldenrod. HEX triplet: CE, 7E and 04. RGB value is (206,126,4). Sum of RGB (Red+Green+Blue) = 206+126+4=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 4 (1.95% from 255 or 1.19% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7E04 is #3181FB. Grayscale: #888888. Windows color (decimal): -3244540 or 294606. OLE color: 294606.
HSL color Cylindrical-coordinate representation of color #CE7E04: hue angle of 36.24º 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 #CE7E04 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 126 | 4 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.19 |
| HSL | 36.24º | 0.96% | 0.41% | - |
| HSV(B) | 36.24º | 0.98% | 0.81% | - |
| XYZ | 32.94 | 28.05 | 3.79 | - |
| YUV | 136.01 | 53.5 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 126 | 4 | 0 | 0.39 | 0.98 | 0.19 | 36.24 | 0.96 | 0.41 |
| Hex | CE | 7E | 4 | 0 | 27 | 62 | 13 | 24 | 60 | 29 |
| Octal | 316 | 176 | 4 | 0 | 47 | 142 | 23 | 44 | 140 | 51 |
| Binary | 11001110 | 1111110 | 100 | 0 | 100111 | 1100010 | 10011 | 100100 | 1100000 | 101001 |
Color Harmonies of #CE7E04
Complementary color
Monochromatic Colors of #CE7E04
Black with #CE7E04
Text Example
Text Example
White with #CE7E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7E04; }
p { color: rgb(206,126,4); }
H1.HeaderClassName
{
color: #CE7E04;
}
.AnyTagClassName
{
color: #CE7E04;
}
</style>
background-color css
<style>
a { background-color: #CE7E04; }
a { background-color: rgb(206,126,4); }
div.DivClassName
{
background-color: #CE7E04;
}
.BgClassName
{
background-color: #CE7E04;
}
</style>
border-color css
<style>
span { border-color: #CE7E04; }
span { border-color: rgb(206,126,4); }
td.TdClassName
{
border-color: #CE7E04;
}
.TagClassName
{
border-color: #CE7E04;
}
</style>