Shades of Dark Goldenrod #D28707
Tints of Dark Goldenrod #D28707
RGB
CMYK
RGB Variations
Color information
#D28707 (or 0xD28707) is known color: Dark Goldenrod. HEX triplet: D2, 87 and 07. RGB value is (210,135,7). Sum of RGB (Red+Green+Blue) = 210+135+7=352 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.66% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 7 (3.12% from 255 or 1.99% from 352); Max value from RGB is 210 - color contains mainly: red. Hex color #D28707 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28707 is #2D78F8. Grayscale: #8F8F8F. Windows color (decimal): -2980089 or 493522. OLE color: 493522.
HSL color Cylindrical-coordinate representation of color #D28707: hue angle of 37.83º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D28707 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 135 | 7 | - |
| CMYK | 0 | 0.36 | 0.97 | 0.18 |
| HSL | 37.83º | 0.94% | 0.43% | - |
| HSV(B) | 37.83º | 0.97% | 0.82% | - |
| XYZ | 35.28 | 31.04 | 4.33 | - |
| YUV | 142.83 | 51.35 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 135 | 7 | 0 | 0.36 | 0.97 | 0.18 | 37.83 | 0.94 | 0.43 |
| Hex | D2 | 87 | 7 | 0 | 24 | 61 | 12 | 26 | 5E | 2B |
| Octal | 322 | 207 | 7 | 0 | 44 | 141 | 22 | 46 | 136 | 53 |
| Binary | 11010010 | 10000111 | 111 | 0 | 100100 | 1100001 | 10010 | 100110 | 1011110 | 101011 |
Color Harmonies of #D28707
Complementary color
Monochromatic Colors of #D28707
Black with #D28707
Text Example
Text Example
White with #D28707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28707; }
p { color: rgb(210,135,7); }
H1.HeaderClassName
{
color: #D28707;
}
.AnyTagClassName
{
color: #D28707;
}
</style>
background-color css
<style>
a { background-color: #D28707; }
a { background-color: rgb(210,135,7); }
div.DivClassName
{
background-color: #D28707;
}
.BgClassName
{
background-color: #D28707;
}
</style>
border-color css
<style>
span { border-color: #D28707; }
span { border-color: rgb(210,135,7); }
td.TdClassName
{
border-color: #D28707;
}
.TagClassName
{
border-color: #D28707;
}
</style>