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