Shades of Dark Goldenrod #D28407
Tints of Dark Goldenrod #D28407
RGB
CMYK
RGB Variations
Color information
#D28407 (or 0xD28407) is known color: Dark Goldenrod. HEX triplet: D2, 84 and 07. RGB value is (210,132,7). Sum of RGB (Red+Green+Blue) = 210+132+7=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 7 (3.12% from 255 or 2.01% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D28407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28407 is #2D7BF8. Grayscale: #8D8D8D. Windows color (decimal): -2980857 or 492754. OLE color: 492754.
HSL color Cylindrical-coordinate representation of color #D28407: hue angle of 36.95º 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 #D28407 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 132 | 7 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.18 |
| HSL | 36.95º | 0.94% | 0.43% | - |
| HSV(B) | 36.95º | 0.97% | 0.82% | - |
| XYZ | 34.87 | 30.22 | 4.2 | - |
| YUV | 141.07 | 52.34 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 7 | 0 | 0.37 | 0.97 | 0.18 | 36.95 | 0.94 | 0.43 |
| Hex | D2 | 84 | 7 | 0 | 25 | 61 | 12 | 25 | 5E | 2B |
| Octal | 322 | 204 | 7 | 0 | 45 | 141 | 22 | 45 | 136 | 53 |
| Binary | 11010010 | 10000100 | 111 | 0 | 100101 | 1100001 | 10010 | 100101 | 1011110 | 101011 |
Color Harmonies of #D28407
Complementary color
Monochromatic Colors of #D28407
Black with #D28407
Text Example
Text Example
White with #D28407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28407; }
p { color: rgb(210,132,7); }
H1.HeaderClassName
{
color: #D28407;
}
.AnyTagClassName
{
color: #D28407;
}
</style>
background-color css
<style>
a { background-color: #D28407; }
a { background-color: rgb(210,132,7); }
div.DivClassName
{
background-color: #D28407;
}
.BgClassName
{
background-color: #D28407;
}
</style>
border-color css
<style>
span { border-color: #D28407; }
span { border-color: rgb(210,132,7); }
td.TdClassName
{
border-color: #D28407;
}
.TagClassName
{
border-color: #D28407;
}
</style>