Shades of Dark Goldenrod #D0880D
Tints of Dark Goldenrod #D0880D
RGB
CMYK
RGB Variations
Color information
#D0880D (or 0xD0880D) is known color: Dark Goldenrod. HEX triplet: D0, 88 and 0D. RGB value is (208,136,13). Sum of RGB (Red+Green+Blue) = 208+136+13=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 13 (5.47% from 255 or 3.64% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D0880D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0880D is #2F77F2. Grayscale: #909090. Windows color (decimal): -3110899 or 886992. OLE color: 886992.
HSL color Cylindrical-coordinate representation of color #D0880D: hue angle of 37.85º 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 #D0880D is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 136 | 13 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.18 |
| HSL | 37.85º | 0.88% | 0.43% | - |
| HSV(B) | 37.85º | 0.94% | 0.82% | - |
| XYZ | 34.89 | 31.05 | 4.53 | - |
| YUV | 143.51 | 54.35 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 136 | 13 | 0 | 0.35 | 0.94 | 0.18 | 37.85 | 0.88 | 0.43 |
| Hex | D0 | 88 | D | 0 | 23 | 5E | 12 | 26 | 58 | 2B |
| Octal | 320 | 210 | 15 | 0 | 43 | 136 | 22 | 46 | 130 | 53 |
| Binary | 11010000 | 10001000 | 1101 | 0 | 100011 | 1011110 | 10010 | 100110 | 1011000 | 101011 |
Color Harmonies of #D0880D
Complementary color
Monochromatic Colors of #D0880D
Black with #D0880D
Text Example
Text Example
White with #D0880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0880D; }
p { color: rgb(208,136,13); }
H1.HeaderClassName
{
color: #D0880D;
}
.AnyTagClassName
{
color: #D0880D;
}
</style>
background-color css
<style>
a { background-color: #D0880D; }
a { background-color: rgb(208,136,13); }
div.DivClassName
{
background-color: #D0880D;
}
.BgClassName
{
background-color: #D0880D;
}
</style>
border-color css
<style>
span { border-color: #D0880D; }
span { border-color: rgb(208,136,13); }
td.TdClassName
{
border-color: #D0880D;
}
.TagClassName
{
border-color: #D0880D;
}
</style>