Shades of Dark Goldenrod #D28309
Tints of Dark Goldenrod #D28309
RGB
CMYK
RGB Variations
Color information
#D28309 (or 0xD28309) is known color: Dark Goldenrod. HEX triplet: D2, 83 and 09. RGB value is (210,131,9). Sum of RGB (Red+Green+Blue) = 210+131+9=350 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 9 (3.91% from 255 or 2.57% from 350); Max value from RGB is 210 - color contains mainly: red. Hex color #D28309 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28309 is #2D7CF6. Grayscale: #8D8D8D. Windows color (decimal): -2981111 or 623570. OLE color: 623570.
HSL color Cylindrical-coordinate representation of color #D28309: hue angle of 36.42º 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 #D28309 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 131 | 9 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.18 |
| HSL | 36.42º | 0.92% | 0.43% | - |
| HSV(B) | 36.42º | 0.96% | 0.82% | - |
| XYZ | 34.74 | 29.95 | 4.21 | - |
| YUV | 140.71 | 53.67 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 131 | 9 | 0 | 0.38 | 0.96 | 0.18 | 36.42 | 0.92 | 0.43 |
| Hex | D2 | 83 | 9 | 0 | 26 | 60 | 12 | 24 | 5C | 2B |
| Octal | 322 | 203 | 11 | 0 | 46 | 140 | 22 | 44 | 134 | 53 |
| Binary | 11010010 | 10000011 | 1001 | 0 | 100110 | 1100000 | 10010 | 100100 | 1011100 | 101011 |
Color Harmonies of #D28309
Complementary color
Monochromatic Colors of #D28309
Black with #D28309
Text Example
Text Example
White with #D28309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28309; }
p { color: rgb(210,131,9); }
H1.HeaderClassName
{
color: #D28309;
}
.AnyTagClassName
{
color: #D28309;
}
</style>
background-color css
<style>
a { background-color: #D28309; }
a { background-color: rgb(210,131,9); }
div.DivClassName
{
background-color: #D28309;
}
.BgClassName
{
background-color: #D28309;
}
</style>
border-color css
<style>
span { border-color: #D28309; }
span { border-color: rgb(210,131,9); }
td.TdClassName
{
border-color: #D28309;
}
.TagClassName
{
border-color: #D28309;
}
</style>