Shades of Dark Goldenrod #D0830D
Tints of Dark Goldenrod #D0830D
RGB
CMYK
RGB Variations
Color information
#D0830D (or 0xD0830D) is known color: Dark Goldenrod. HEX triplet: D0, 83 and 0D. RGB value is (208,131,13). Sum of RGB (Red+Green+Blue) = 208+131+13=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 13 (5.47% from 255 or 3.69% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D0830D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0830D is #2F7CF2. Grayscale: #8D8D8D. Windows color (decimal): -3112179 or 885712. OLE color: 885712.
HSL color Cylindrical-coordinate representation of color #D0830D: hue angle of 36.31º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0830D is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 131 | 13 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.18 |
| HSL | 36.31º | 0.88% | 0.43% | - |
| HSV(B) | 36.31º | 0.94% | 0.82% | - |
| XYZ | 34.2 | 29.67 | 4.31 | - |
| YUV | 140.57 | 56.01 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 131 | 13 | 0 | 0.37 | 0.94 | 0.18 | 36.31 | 0.88 | 0.43 |
| Hex | D0 | 83 | D | 0 | 25 | 5E | 12 | 24 | 58 | 2B |
| Octal | 320 | 203 | 15 | 0 | 45 | 136 | 22 | 44 | 130 | 53 |
| Binary | 11010000 | 10000011 | 1101 | 0 | 100101 | 1011110 | 10010 | 100100 | 1011000 | 101011 |
Color Harmonies of #D0830D
Complementary color
Monochromatic Colors of #D0830D
Black with #D0830D
Text Example
Text Example
White with #D0830D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0830D; }
p { color: rgb(208,131,13); }
H1.HeaderClassName
{
color: #D0830D;
}
.AnyTagClassName
{
color: #D0830D;
}
</style>
background-color css
<style>
a { background-color: #D0830D; }
a { background-color: rgb(208,131,13); }
div.DivClassName
{
background-color: #D0830D;
}
.BgClassName
{
background-color: #D0830D;
}
</style>
border-color css
<style>
span { border-color: #D0830D; }
span { border-color: rgb(208,131,13); }
td.TdClassName
{
border-color: #D0830D;
}
.TagClassName
{
border-color: #D0830D;
}
</style>