Shades of Dark Goldenrod #D0830B
Tints of Dark Goldenrod #D0830B
RGB
CMYK
RGB Variations
Color information
#D0830B (or 0xD0830B) is known color: Dark Goldenrod. HEX triplet: D0, 83 and 0B. RGB value is (208,131,11). Sum of RGB (Red+Green+Blue) = 208+131+11=350 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.43% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 11 (4.69% from 255 or 3.14% from 350); Max value from RGB is 208 - color contains mainly: red. Hex color #D0830B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0830B is #2F7CF4. Grayscale: #8C8C8C. Windows color (decimal): -3112181 or 754640. OLE color: 754640.
HSL color Cylindrical-coordinate representation of color #D0830B: hue angle of 36.55º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D0830B is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 131 | 11 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.18 |
| HSL | 36.55º | 0.9% | 0.43% | - |
| HSV(B) | 36.55º | 0.95% | 0.82% | - |
| XYZ | 34.19 | 29.67 | 4.24 | - |
| YUV | 140.34 | 55.01 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 131 | 11 | 0 | 0.37 | 0.95 | 0.18 | 36.55 | 0.9 | 0.43 |
| Hex | D0 | 83 | B | 0 | 25 | 5F | 12 | 25 | 5A | 2B |
| Octal | 320 | 203 | 13 | 0 | 45 | 137 | 22 | 45 | 132 | 53 |
| Binary | 11010000 | 10000011 | 1011 | 0 | 100101 | 1011111 | 10010 | 100101 | 1011010 | 101011 |
Color Harmonies of #D0830B
Complementary color
Monochromatic Colors of #D0830B
Black with #D0830B
Text Example
Text Example
White with #D0830B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0830B; }
p { color: rgb(208,131,11); }
H1.HeaderClassName
{
color: #D0830B;
}
.AnyTagClassName
{
color: #D0830B;
}
</style>
background-color css
<style>
a { background-color: #D0830B; }
a { background-color: rgb(208,131,11); }
div.DivClassName
{
background-color: #D0830B;
}
.BgClassName
{
background-color: #D0830B;
}
</style>
border-color css
<style>
span { border-color: #D0830B; }
span { border-color: rgb(208,131,11); }
td.TdClassName
{
border-color: #D0830B;
}
.TagClassName
{
border-color: #D0830B;
}
</style>