Shades of Dark Goldenrod #D1880B
Tints of Dark Goldenrod #D1880B
RGB
CMYK
RGB Variations
Color information
#D1880B (or 0xD1880B) is known color: Dark Goldenrod. HEX triplet: D1, 88 and 0B. RGB value is (209,136,11). Sum of RGB (Red+Green+Blue) = 209+136+11=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 11 (4.69% from 255 or 3.09% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D1880B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1880B is #2E77F4. Grayscale: #909090. Windows color (decimal): -3045365 or 755921. OLE color: 755921.
HSL color Cylindrical-coordinate representation of color #D1880B: hue angle of 37.88º 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 #D1880B is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 136 | 11 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.18 |
| HSL | 37.88º | 0.9% | 0.43% | - |
| HSV(B) | 37.88º | 0.95% | 0.82% | - |
| XYZ | 35.16 | 31.19 | 4.48 | - |
| YUV | 143.58 | 53.18 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 136 | 11 | 0 | 0.35 | 0.95 | 0.18 | 37.88 | 0.9 | 0.43 |
| Hex | D1 | 88 | B | 0 | 23 | 5F | 12 | 26 | 5A | 2B |
| Octal | 321 | 210 | 13 | 0 | 43 | 137 | 22 | 46 | 132 | 53 |
| Binary | 11010001 | 10001000 | 1011 | 0 | 100011 | 1011111 | 10010 | 100110 | 1011010 | 101011 |
Color Harmonies of #D1880B
Complementary color
Monochromatic Colors of #D1880B
Black with #D1880B
Text Example
Text Example
White with #D1880B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1880B; }
p { color: rgb(209,136,11); }
H1.HeaderClassName
{
color: #D1880B;
}
.AnyTagClassName
{
color: #D1880B;
}
</style>
background-color css
<style>
a { background-color: #D1880B; }
a { background-color: rgb(209,136,11); }
div.DivClassName
{
background-color: #D1880B;
}
.BgClassName
{
background-color: #D1880B;
}
</style>
border-color css
<style>
span { border-color: #D1880B; }
span { border-color: rgb(209,136,11); }
td.TdClassName
{
border-color: #D1880B;
}
.TagClassName
{
border-color: #D1880B;
}
</style>