Shades of Dark Goldenrod #D18900
Tints of Dark Goldenrod #D18900
RGB
CMYK
RGB Variations
Color information
#D18900 (or 0xD18900) is known color: Dark Goldenrod. HEX triplet: D1, 89 and 00. RGB value is (209,137,0). Sum of RGB (Red+Green+Blue) = 209+137+0=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D18900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18900 is #2E76FF. Grayscale: #8F8F8F. Windows color (decimal): -3045120 or 35281. OLE color: 35281.
HSL color Cylindrical-coordinate representation of color #D18900: hue angle of 39.33º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D18900 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 137 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.18 |
| HSL | 39.33º | 1% | 0.41% | - |
| HSV(B) | 39.33º | 1% | 0.82% | - |
| XYZ | 35.24 | 31.45 | 4.21 | - |
| YUV | 142.91 | 47.35 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 137 | 0 | 0 | 0.34 | 1 | 0.18 | 39.33 | 1 | 0.41 |
| Hex | D1 | 89 | 0 | 0 | 22 | 64 | 12 | 27 | 64 | 29 |
| Octal | 321 | 211 | 0 | 0 | 42 | 144 | 22 | 47 | 144 | 51 |
| Binary | 11010001 | 10001001 | 0 | 0 | 100010 | 1100100 | 10010 | 100111 | 1100100 | 101001 |
Color Harmonies of #D18900
Complementary color
Monochromatic Colors of #D18900
Black with #D18900
Text Example
Text Example
White with #D18900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18900; }
p { color: rgb(209,137,0); }
H1.HeaderClassName
{
color: #D18900;
}
.AnyTagClassName
{
color: #D18900;
}
</style>
background-color css
<style>
a { background-color: #D18900; }
a { background-color: rgb(209,137,0); }
div.DivClassName
{
background-color: #D18900;
}
.BgClassName
{
background-color: #D18900;
}
</style>
border-color css
<style>
span { border-color: #D18900; }
span { border-color: rgb(209,137,0); }
td.TdClassName
{
border-color: #D18900;
}
.TagClassName
{
border-color: #D18900;
}
</style>