Shades of Dark Goldenrod #D08409
Tints of Dark Goldenrod #D08409
RGB
CMYK
RGB Variations
Color information
#D08409 (or 0xD08409) is known color: Dark Goldenrod. HEX triplet: D0, 84 and 09. RGB value is (208,132,9). Sum of RGB (Red+Green+Blue) = 208+132+9=349 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.60% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 9 (3.91% from 255 or 2.58% from 349); Max value from RGB is 208 - color contains mainly: red. Hex color #D08409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08409 is #2F7BF6. Grayscale: #8D8D8D. Windows color (decimal): -3111927 or 623824. OLE color: 623824.
HSL color Cylindrical-coordinate representation of color #D08409: hue angle of 37.09º 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 #D08409 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 132 | 9 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.18 |
| HSL | 37.09º | 0.92% | 0.43% | - |
| HSV(B) | 37.09º | 0.96% | 0.82% | - |
| XYZ | 34.31 | 29.93 | 4.23 | - |
| YUV | 140.7 | 53.68 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 132 | 9 | 0 | 0.37 | 0.96 | 0.18 | 37.09 | 0.92 | 0.43 |
| Hex | D0 | 84 | 9 | 0 | 25 | 60 | 12 | 25 | 5C | 2B |
| Octal | 320 | 204 | 11 | 0 | 45 | 140 | 22 | 45 | 134 | 53 |
| Binary | 11010000 | 10000100 | 1001 | 0 | 100101 | 1100000 | 10010 | 100101 | 1011100 | 101011 |
Color Harmonies of #D08409
Complementary color
Monochromatic Colors of #D08409
Black with #D08409
Text Example
Text Example
White with #D08409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08409; }
p { color: rgb(208,132,9); }
H1.HeaderClassName
{
color: #D08409;
}
.AnyTagClassName
{
color: #D08409;
}
</style>
background-color css
<style>
a { background-color: #D08409; }
a { background-color: rgb(208,132,9); }
div.DivClassName
{
background-color: #D08409;
}
.BgClassName
{
background-color: #D08409;
}
</style>
border-color css
<style>
span { border-color: #D08409; }
span { border-color: rgb(208,132,9); }
td.TdClassName
{
border-color: #D08409;
}
.TagClassName
{
border-color: #D08409;
}
</style>