Shades of Dark Goldenrod #D18201
Tints of Dark Goldenrod #D18201
RGB
CMYK
RGB Variations
Color information
#D18201 (or 0xD18201) is known color: Dark Goldenrod. HEX triplet: D1, 82 and 01. RGB value is (209,130,1). Sum of RGB (Red+Green+Blue) = 209+130+1=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 1 (0.78% from 255 or 0.29% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D18201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18201 is #2E7DFE. Grayscale: #8B8B8B. Windows color (decimal): -3046911 or 99025. OLE color: 99025.
HSL color Cylindrical-coordinate representation of color #D18201: hue angle of 37.21º 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 #D18201 is Cyan = 0, Magento = 0.38, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 130 | 1 | - |
| CMYK | 0 | 0.38 | 1.00 | 0.18 |
| HSL | 37.21º | 0.99% | 0.41% | - |
| HSV(B) | 37.21º | 1% | 0.82% | - |
| XYZ | 34.28 | 29.52 | 3.92 | - |
| YUV | 138.92 | 50.17 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 1 | 0 | 0.38 | 1.00 | 0.18 | 37.21 | 0.99 | 0.41 |
| Hex | D1 | 82 | 1 | 0 | 26 | 64 | 12 | 25 | 63 | 29 |
| Octal | 321 | 202 | 1 | 0 | 46 | 144 | 22 | 45 | 143 | 51 |
| Binary | 11010001 | 10000010 | 1 | 0 | 100110 | 1100100 | 10010 | 100101 | 1100011 | 101001 |
Color Harmonies of #D18201
Complementary color
Monochromatic Colors of #D18201
Black with #D18201
Text Example
Text Example
White with #D18201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18201; }
p { color: rgb(209,130,1); }
H1.HeaderClassName
{
color: #D18201;
}
.AnyTagClassName
{
color: #D18201;
}
</style>
background-color css
<style>
a { background-color: #D18201; }
a { background-color: rgb(209,130,1); }
div.DivClassName
{
background-color: #D18201;
}
.BgClassName
{
background-color: #D18201;
}
</style>
border-color css
<style>
span { border-color: #D18201; }
span { border-color: rgb(209,130,1); }
td.TdClassName
{
border-color: #D18201;
}
.TagClassName
{
border-color: #D18201;
}
</style>