Shades of Dark Goldenrod #D28609
Tints of Dark Goldenrod #D28609
RGB
CMYK
RGB Variations
Color information
#D28609 (or 0xD28609) is known color: Dark Goldenrod. HEX triplet: D2, 86 and 09. RGB value is (210,134,9). Sum of RGB (Red+Green+Blue) = 210+134+9=353 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.49% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 9 (3.91% from 255 or 2.55% from 353); Max value from RGB is 210 - color contains mainly: red. Hex color #D28609 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28609 is #2D79F6. Grayscale: #8F8F8F. Windows color (decimal): -2980343 or 624338. OLE color: 624338.
HSL color Cylindrical-coordinate representation of color #D28609: hue angle of 37.31º 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 #D28609 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 134 | 9 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.18 |
| HSL | 37.31º | 0.92% | 0.43% | - |
| HSV(B) | 37.31º | 0.96% | 0.82% | - |
| XYZ | 35.15 | 30.77 | 4.35 | - |
| YUV | 142.47 | 52.68 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 134 | 9 | 0 | 0.36 | 0.96 | 0.18 | 37.31 | 0.92 | 0.43 |
| Hex | D2 | 86 | 9 | 0 | 24 | 60 | 12 | 25 | 5C | 2B |
| Octal | 322 | 206 | 11 | 0 | 44 | 140 | 22 | 45 | 134 | 53 |
| Binary | 11010010 | 10000110 | 1001 | 0 | 100100 | 1100000 | 10010 | 100101 | 1011100 | 101011 |
Color Harmonies of #D28609
Complementary color
Monochromatic Colors of #D28609
Black with #D28609
Text Example
Text Example
White with #D28609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28609; }
p { color: rgb(210,134,9); }
H1.HeaderClassName
{
color: #D28609;
}
.AnyTagClassName
{
color: #D28609;
}
</style>
background-color css
<style>
a { background-color: #D28609; }
a { background-color: rgb(210,134,9); }
div.DivClassName
{
background-color: #D28609;
}
.BgClassName
{
background-color: #D28609;
}
</style>
border-color css
<style>
span { border-color: #D28609; }
span { border-color: rgb(210,134,9); }
td.TdClassName
{
border-color: #D28609;
}
.TagClassName
{
border-color: #D28609;
}
</style>