Shades of Dark Goldenrod #D1880F
Tints of Dark Goldenrod #D1880F
RGB
CMYK
RGB Variations
Color information
#D1880F (or 0xD1880F) is known color: Dark Goldenrod. HEX triplet: D1, 88 and 0F. RGB value is (209,136,15). Sum of RGB (Red+Green+Blue) = 209+136+15=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 15 (6.25% from 255 or 4.17% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D1880F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1880F is #2E77F0. Grayscale: #909090. Windows color (decimal): -3045361 or 1018065. OLE color: 1018065.
HSL color Cylindrical-coordinate representation of color #D1880F: hue angle of 37.42º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1880F is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 136 | 15 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.18 |
| HSL | 37.42º | 0.87% | 0.44% | - |
| HSV(B) | 37.42º | 0.93% | 0.82% | - |
| XYZ | 35.18 | 31.2 | 4.62 | - |
| YUV | 144.03 | 55.18 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 136 | 15 | 0 | 0.35 | 0.93 | 0.18 | 37.42 | 0.87 | 0.44 |
| Hex | D1 | 88 | F | 0 | 23 | 5D | 12 | 25 | 57 | 2C |
| Octal | 321 | 210 | 17 | 0 | 43 | 135 | 22 | 45 | 127 | 54 |
| Binary | 11010001 | 10001000 | 1111 | 0 | 100011 | 1011101 | 10010 | 100101 | 1010111 | 101100 |
Color Harmonies of #D1880F
Complementary color
Monochromatic Colors of #D1880F
Black with #D1880F
Text Example
Text Example
White with #D1880F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1880F; }
p { color: rgb(209,136,15); }
H1.HeaderClassName
{
color: #D1880F;
}
.AnyTagClassName
{
color: #D1880F;
}
</style>
background-color css
<style>
a { background-color: #D1880F; }
a { background-color: rgb(209,136,15); }
div.DivClassName
{
background-color: #D1880F;
}
.BgClassName
{
background-color: #D1880F;
}
</style>
border-color css
<style>
span { border-color: #D1880F; }
span { border-color: rgb(209,136,15); }
td.TdClassName
{
border-color: #D1880F;
}
.TagClassName
{
border-color: #D1880F;
}
</style>