Shades of Dark Goldenrod #D07E08
Tints of Dark Goldenrod #D07E08
RGB
CMYK
RGB Variations
Color information
#D07E08 (or 0xD07E08) is known color: Dark Goldenrod. HEX triplet: D0, 7E and 08. RGB value is (208,126,8). Sum of RGB (Red+Green+Blue) = 208+126+8=342 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.82% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 8 (3.52% from 255 or 2.34% from 342); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07E08 is #2F81F7. Grayscale: #898989. Windows color (decimal): -3113464 or 556752. OLE color: 556752.
HSL color Cylindrical-coordinate representation of color #D07E08: hue angle of 35.4º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D07E08 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 126 | 8 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.18 |
| HSL | 35.4º | 0.93% | 0.42% | - |
| HSV(B) | 35.4º | 0.96% | 0.82% | - |
| XYZ | 33.52 | 28.35 | 3.94 | - |
| YUV | 137.07 | 55.17 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 126 | 8 | 0 | 0.39 | 0.96 | 0.18 | 35.4 | 0.93 | 0.42 |
| Hex | D0 | 7E | 8 | 0 | 27 | 60 | 12 | 23 | 5D | 2A |
| Octal | 320 | 176 | 10 | 0 | 47 | 140 | 22 | 43 | 135 | 52 |
| Binary | 11010000 | 1111110 | 1000 | 0 | 100111 | 1100000 | 10010 | 100011 | 1011101 | 101010 |
Color Harmonies of #D07E08
Complementary color
Monochromatic Colors of #D07E08
Black with #D07E08
Text Example
Text Example
White with #D07E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07E08; }
p { color: rgb(208,126,8); }
H1.HeaderClassName
{
color: #D07E08;
}
.AnyTagClassName
{
color: #D07E08;
}
</style>
background-color css
<style>
a { background-color: #D07E08; }
a { background-color: rgb(208,126,8); }
div.DivClassName
{
background-color: #D07E08;
}
.BgClassName
{
background-color: #D07E08;
}
</style>
border-color css
<style>
span { border-color: #D07E08; }
span { border-color: rgb(208,126,8); }
td.TdClassName
{
border-color: #D07E08;
}
.TagClassName
{
border-color: #D07E08;
}
</style>