Shades of Dark Goldenrod #CE7E05
Tints of Dark Goldenrod #CE7E05
RGB
CMYK
RGB Variations
Color information
#CE7E05 (or 0xCE7E05) is known color: Dark Goldenrod. HEX triplet: CE, 7E and 05. RGB value is (206,126,5). Sum of RGB (Red+Green+Blue) = 206+126+5=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 126 (49.61% from 255 or 37.39% from 337); Blue value is 5 (2.34% from 255 or 1.48% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7E05 is #3181FA. Grayscale: #888888. Windows color (decimal): -3244539 or 360142. OLE color: 360142.
HSL color Cylindrical-coordinate representation of color #CE7E05: hue angle of 36.12º degrees, saturation: 0.95, 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 #CE7E05 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 126 | 5 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.19 |
| HSL | 36.12º | 0.95% | 0.41% | - |
| HSV(B) | 36.12º | 0.98% | 0.81% | - |
| XYZ | 32.94 | 28.05 | 3.82 | - |
| YUV | 136.13 | 54 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 126 | 5 | 0 | 0.39 | 0.98 | 0.19 | 36.12 | 0.95 | 0.41 |
| Hex | CE | 7E | 5 | 0 | 27 | 62 | 13 | 24 | 5F | 29 |
| Octal | 316 | 176 | 5 | 0 | 47 | 142 | 23 | 44 | 137 | 51 |
| Binary | 11001110 | 1111110 | 101 | 0 | 100111 | 1100010 | 10011 | 100100 | 1011111 | 101001 |
Color Harmonies of #CE7E05
Complementary color
Monochromatic Colors of #CE7E05
Black with #CE7E05
Text Example
Text Example
White with #CE7E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7E05; }
p { color: rgb(206,126,5); }
H1.HeaderClassName
{
color: #CE7E05;
}
.AnyTagClassName
{
color: #CE7E05;
}
</style>
background-color css
<style>
a { background-color: #CE7E05; }
a { background-color: rgb(206,126,5); }
div.DivClassName
{
background-color: #CE7E05;
}
.BgClassName
{
background-color: #CE7E05;
}
</style>
border-color css
<style>
span { border-color: #CE7E05; }
span { border-color: rgb(206,126,5); }
td.TdClassName
{
border-color: #CE7E05;
}
.TagClassName
{
border-color: #CE7E05;
}
</style>