Shades of Dark Goldenrod #D07F08
Tints of Dark Goldenrod #D07F08
RGB
CMYK
RGB Variations
Color information
#D07F08 (or 0xD07F08) is known color: Dark Goldenrod. HEX triplet: D0, 7F and 08. RGB value is (208,127,8). Sum of RGB (Red+Green+Blue) = 208+127+8=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 8 (3.52% from 255 or 2.33% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07F08 is #2F80F7. Grayscale: #8A8A8A. Windows color (decimal): -3113208 or 557008. OLE color: 557008.
HSL color Cylindrical-coordinate representation of color #D07F08: hue angle of 35.7º 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 #D07F08 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 127 | 8 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.18 |
| HSL | 35.7º | 0.93% | 0.42% | - |
| HSV(B) | 35.7º | 0.96% | 0.82% | - |
| XYZ | 33.65 | 28.61 | 3.98 | - |
| YUV | 137.65 | 54.84 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 8 | 0 | 0.39 | 0.96 | 0.18 | 35.7 | 0.93 | 0.42 |
| Hex | D0 | 7F | 8 | 0 | 27 | 60 | 12 | 24 | 5D | 2A |
| Octal | 320 | 177 | 10 | 0 | 47 | 140 | 22 | 44 | 135 | 52 |
| Binary | 11010000 | 1111111 | 1000 | 0 | 100111 | 1100000 | 10010 | 100100 | 1011101 | 101010 |
Color Harmonies of #D07F08
Complementary color
Monochromatic Colors of #D07F08
Black with #D07F08
Text Example
Text Example
White with #D07F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07F08; }
p { color: rgb(208,127,8); }
H1.HeaderClassName
{
color: #D07F08;
}
.AnyTagClassName
{
color: #D07F08;
}
</style>
background-color css
<style>
a { background-color: #D07F08; }
a { background-color: rgb(208,127,8); }
div.DivClassName
{
background-color: #D07F08;
}
.BgClassName
{
background-color: #D07F08;
}
</style>
border-color css
<style>
span { border-color: #D07F08; }
span { border-color: rgb(208,127,8); }
td.TdClassName
{
border-color: #D07F08;
}
.TagClassName
{
border-color: #D07F08;
}
</style>