Shades of Dark Goldenrod #D28709
Tints of Dark Goldenrod #D28709
RGB
CMYK
RGB Variations
Color information
#D28709 (or 0xD28709) is known color: Dark Goldenrod. HEX triplet: D2, 87 and 09. RGB value is (210,135,9). Sum of RGB (Red+Green+Blue) = 210+135+9=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 9 (3.91% from 255 or 2.54% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D28709 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28709 is #2D78F6. Grayscale: #8F8F8F. Windows color (decimal): -2980087 or 624594. OLE color: 624594.
HSL color Cylindrical-coordinate representation of color #D28709: hue angle of 37.61º 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 #D28709 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 135 | 9 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.18 |
| HSL | 37.61º | 0.92% | 0.43% | - |
| HSV(B) | 37.61º | 0.96% | 0.82% | - |
| XYZ | 35.29 | 31.05 | 4.39 | - |
| YUV | 143.06 | 52.35 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 135 | 9 | 0 | 0.36 | 0.96 | 0.18 | 37.61 | 0.92 | 0.43 |
| Hex | D2 | 87 | 9 | 0 | 24 | 60 | 12 | 26 | 5C | 2B |
| Octal | 322 | 207 | 11 | 0 | 44 | 140 | 22 | 46 | 134 | 53 |
| Binary | 11010010 | 10000111 | 1001 | 0 | 100100 | 1100000 | 10010 | 100110 | 1011100 | 101011 |
Color Harmonies of #D28709
Complementary color
Monochromatic Colors of #D28709
Black with #D28709
Text Example
Text Example
White with #D28709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28709; }
p { color: rgb(210,135,9); }
H1.HeaderClassName
{
color: #D28709;
}
.AnyTagClassName
{
color: #D28709;
}
</style>
background-color css
<style>
a { background-color: #D28709; }
a { background-color: rgb(210,135,9); }
div.DivClassName
{
background-color: #D28709;
}
.BgClassName
{
background-color: #D28709;
}
</style>
border-color css
<style>
span { border-color: #D28709; }
span { border-color: rgb(210,135,9); }
td.TdClassName
{
border-color: #D28709;
}
.TagClassName
{
border-color: #D28709;
}
</style>