Shades of Dark Goldenrod #D28409
Tints of Dark Goldenrod #D28409
RGB
CMYK
RGB Variations
Color information
#D28409 (or 0xD28409) is known color: Dark Goldenrod. HEX triplet: D2, 84 and 09. RGB value is (210,132,9). Sum of RGB (Red+Green+Blue) = 210+132+9=351 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.83% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 9 (3.91% from 255 or 2.56% from 351); Max value from RGB is 210 - color contains mainly: red. Hex color #D28409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28409 is #2D7BF6. Grayscale: #8D8D8D. Windows color (decimal): -2980855 or 623826. OLE color: 623826.
HSL color Cylindrical-coordinate representation of color #D28409: hue angle of 36.72º 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 #D28409 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 132 | 9 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.18 |
| HSL | 36.72º | 0.92% | 0.43% | - |
| HSV(B) | 36.72º | 0.96% | 0.82% | - |
| XYZ | 34.88 | 30.22 | 4.25 | - |
| YUV | 141.3 | 53.34 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 9 | 0 | 0.37 | 0.96 | 0.18 | 36.72 | 0.92 | 0.43 |
| Hex | D2 | 84 | 9 | 0 | 25 | 60 | 12 | 25 | 5C | 2B |
| Octal | 322 | 204 | 11 | 0 | 45 | 140 | 22 | 45 | 134 | 53 |
| Binary | 11010010 | 10000100 | 1001 | 0 | 100101 | 1100000 | 10010 | 100101 | 1011100 | 101011 |
Color Harmonies of #D28409
Complementary color
Monochromatic Colors of #D28409
Black with #D28409
Text Example
Text Example
White with #D28409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28409; }
p { color: rgb(210,132,9); }
H1.HeaderClassName
{
color: #D28409;
}
.AnyTagClassName
{
color: #D28409;
}
</style>
background-color css
<style>
a { background-color: #D28409; }
a { background-color: rgb(210,132,9); }
div.DivClassName
{
background-color: #D28409;
}
.BgClassName
{
background-color: #D28409;
}
</style>
border-color css
<style>
span { border-color: #D28409; }
span { border-color: rgb(210,132,9); }
td.TdClassName
{
border-color: #D28409;
}
.TagClassName
{
border-color: #D28409;
}
</style>