Shades of Dark Goldenrod #D08309
Tints of Dark Goldenrod #D08309
RGB
CMYK
RGB Variations
Color information
#D08309 (or 0xD08309) is known color: Dark Goldenrod. HEX triplet: D0, 83 and 09. RGB value is (208,131,9). Sum of RGB (Red+Green+Blue) = 208+131+9=348 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.77% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 9 (3.91% from 255 or 2.59% from 348); Max value from RGB is 208 - color contains mainly: red. Hex color #D08309 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08309 is #2F7CF6. Grayscale: #8C8C8C. Windows color (decimal): -3112183 or 623568. OLE color: 623568.
HSL color Cylindrical-coordinate representation of color #D08309: hue angle of 36.78º 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 #D08309 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 131 | 9 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.18 |
| HSL | 36.78º | 0.92% | 0.43% | - |
| HSV(B) | 36.78º | 0.96% | 0.82% | - |
| XYZ | 34.18 | 29.66 | 4.18 | - |
| YUV | 140.12 | 54.01 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 131 | 9 | 0 | 0.37 | 0.96 | 0.18 | 36.78 | 0.92 | 0.43 |
| Hex | D0 | 83 | 9 | 0 | 25 | 60 | 12 | 25 | 5C | 2B |
| Octal | 320 | 203 | 11 | 0 | 45 | 140 | 22 | 45 | 134 | 53 |
| Binary | 11010000 | 10000011 | 1001 | 0 | 100101 | 1100000 | 10010 | 100101 | 1011100 | 101011 |
Color Harmonies of #D08309
Complementary color
Monochromatic Colors of #D08309
Black with #D08309
Text Example
Text Example
White with #D08309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08309; }
p { color: rgb(208,131,9); }
H1.HeaderClassName
{
color: #D08309;
}
.AnyTagClassName
{
color: #D08309;
}
</style>
background-color css
<style>
a { background-color: #D08309; }
a { background-color: rgb(208,131,9); }
div.DivClassName
{
background-color: #D08309;
}
.BgClassName
{
background-color: #D08309;
}
</style>
border-color css
<style>
span { border-color: #D08309; }
span { border-color: rgb(208,131,9); }
td.TdClassName
{
border-color: #D08309;
}
.TagClassName
{
border-color: #D08309;
}
</style>