Shades of Dark Goldenrod #D28109
Tints of Dark Goldenrod #D28109
RGB
CMYK
RGB Variations
Color information
#D28109 (or 0xD28109) is known color: Dark Goldenrod. HEX triplet: D2, 81 and 09. RGB value is (210,129,9). Sum of RGB (Red+Green+Blue) = 210+129+9=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 9 (3.91% from 255 or 2.59% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D28109 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28109 is #2D7EF6. Grayscale: #8C8C8C. Windows color (decimal): -2981623 or 623058. OLE color: 623058.
HSL color Cylindrical-coordinate representation of color #D28109: hue angle of 35.82º 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 #D28109 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 129 | 9 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.18 |
| HSL | 35.82º | 0.92% | 0.43% | - |
| HSV(B) | 35.82º | 0.96% | 0.82% | - |
| XYZ | 34.48 | 29.42 | 4.12 | - |
| YUV | 139.54 | 54.34 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 129 | 9 | 0 | 0.39 | 0.96 | 0.18 | 35.82 | 0.92 | 0.43 |
| Hex | D2 | 81 | 9 | 0 | 27 | 60 | 12 | 24 | 5C | 2B |
| Octal | 322 | 201 | 11 | 0 | 47 | 140 | 22 | 44 | 134 | 53 |
| Binary | 11010010 | 10000001 | 1001 | 0 | 100111 | 1100000 | 10010 | 100100 | 1011100 | 101011 |
Color Harmonies of #D28109
Complementary color
Monochromatic Colors of #D28109
Black with #D28109
Text Example
Text Example
White with #D28109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28109; }
p { color: rgb(210,129,9); }
H1.HeaderClassName
{
color: #D28109;
}
.AnyTagClassName
{
color: #D28109;
}
</style>
background-color css
<style>
a { background-color: #D28109; }
a { background-color: rgb(210,129,9); }
div.DivClassName
{
background-color: #D28109;
}
.BgClassName
{
background-color: #D28109;
}
</style>
border-color css
<style>
span { border-color: #D28109; }
span { border-color: rgb(210,129,9); }
td.TdClassName
{
border-color: #D28109;
}
.TagClassName
{
border-color: #D28109;
}
</style>