Shades of Dark Goldenrod #CE7D05
Tints of Dark Goldenrod #CE7D05
RGB
CMYK
RGB Variations
Color information
#CE7D05 (or 0xCE7D05) is known color: Dark Goldenrod. HEX triplet: CE, 7D and 05. RGB value is (206,125,5). Sum of RGB (Red+Green+Blue) = 206+125+5=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 5 (2.34% from 255 or 1.49% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7D05 is #3182FA. Grayscale: #888888. Windows color (decimal): -3244795 or 359886. OLE color: 359886.
HSL color Cylindrical-coordinate representation of color #CE7D05: hue angle of 35.82º 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 #CE7D05 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 125 | 5 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.19 |
| HSL | 35.82º | 0.95% | 0.41% | - |
| HSV(B) | 35.82º | 0.98% | 0.81% | - |
| XYZ | 32.81 | 27.8 | 3.78 | - |
| YUV | 135.54 | 54.34 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 125 | 5 | 0 | 0.39 | 0.98 | 0.19 | 35.82 | 0.95 | 0.41 |
| Hex | CE | 7D | 5 | 0 | 27 | 62 | 13 | 24 | 5F | 29 |
| Octal | 316 | 175 | 5 | 0 | 47 | 142 | 23 | 44 | 137 | 51 |
| Binary | 11001110 | 1111101 | 101 | 0 | 100111 | 1100010 | 10011 | 100100 | 1011111 | 101001 |
Color Harmonies of #CE7D05
Complementary color
Monochromatic Colors of #CE7D05
Black with #CE7D05
Text Example
Text Example
White with #CE7D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7D05; }
p { color: rgb(206,125,5); }
H1.HeaderClassName
{
color: #CE7D05;
}
.AnyTagClassName
{
color: #CE7D05;
}
</style>
background-color css
<style>
a { background-color: #CE7D05; }
a { background-color: rgb(206,125,5); }
div.DivClassName
{
background-color: #CE7D05;
}
.BgClassName
{
background-color: #CE7D05;
}
</style>
border-color css
<style>
span { border-color: #CE7D05; }
span { border-color: rgb(206,125,5); }
td.TdClassName
{
border-color: #CE7D05;
}
.TagClassName
{
border-color: #CE7D05;
}
</style>