Shades of Dark Goldenrod #D07F09
Tints of Dark Goldenrod #D07F09
RGB
CMYK
RGB Variations
Color information
#D07F09 (or 0xD07F09) is known color: Dark Goldenrod. HEX triplet: D0, 7F and 09. RGB value is (208,127,9). Sum of RGB (Red+Green+Blue) = 208+127+9=344 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.47% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 9 (3.91% from 255 or 2.62% from 344); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07F09 is #2F80F6. Grayscale: #8A8A8A. Windows color (decimal): -3113207 or 622544. OLE color: 622544.
HSL color Cylindrical-coordinate representation of color #D07F09: hue angle of 35.58º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D07F09 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 127 | 9 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.18 |
| HSL | 35.58º | 0.92% | 0.43% | - |
| HSV(B) | 35.58º | 0.96% | 0.82% | - |
| XYZ | 33.65 | 28.61 | 4.01 | - |
| YUV | 137.77 | 55.34 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 9 | 0 | 0.39 | 0.96 | 0.18 | 35.58 | 0.92 | 0.43 |
| Hex | D0 | 7F | 9 | 0 | 27 | 60 | 12 | 24 | 5C | 2B |
| Octal | 320 | 177 | 11 | 0 | 47 | 140 | 22 | 44 | 134 | 53 |
| Binary | 11010000 | 1111111 | 1001 | 0 | 100111 | 1100000 | 10010 | 100100 | 1011100 | 101011 |
Color Harmonies of #D07F09
Complementary color
Monochromatic Colors of #D07F09
Black with #D07F09
Text Example
Text Example
White with #D07F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07F09; }
p { color: rgb(208,127,9); }
H1.HeaderClassName
{
color: #D07F09;
}
.AnyTagClassName
{
color: #D07F09;
}
</style>
background-color css
<style>
a { background-color: #D07F09; }
a { background-color: rgb(208,127,9); }
div.DivClassName
{
background-color: #D07F09;
}
.BgClassName
{
background-color: #D07F09;
}
</style>
border-color css
<style>
span { border-color: #D07F09; }
span { border-color: rgb(208,127,9); }
td.TdClassName
{
border-color: #D07F09;
}
.TagClassName
{
border-color: #D07F09;
}
</style>