Shades of Dark Goldenrod #D18301
Tints of Dark Goldenrod #D18301
RGB
CMYK
RGB Variations
Color information
#D18301 (or 0xD18301) is known color: Dark Goldenrod. HEX triplet: D1, 83 and 01. RGB value is (209,131,1). Sum of RGB (Red+Green+Blue) = 209+131+1=341 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.29% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 1 (0.78% from 255 or 0.29% from 341); Max value from RGB is 209 - color contains mainly: red. Hex color #D18301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18301 is #2E7CFE. Grayscale: #8C8C8C. Windows color (decimal): -3046655 or 99281. OLE color: 99281.
HSL color Cylindrical-coordinate representation of color #D18301: hue angle of 37.5º 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 #D18301 is Cyan = 0, Magento = 0.37, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 131 | 1 | - |
| CMYK | 0 | 0.37 | 1.00 | 0.18 |
| HSL | 37.5º | 0.99% | 0.41% | - |
| HSV(B) | 37.5º | 1% | 0.82% | - |
| XYZ | 34.42 | 29.79 | 3.96 | - |
| YUV | 139.5 | 49.84 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 131 | 1 | 0 | 0.37 | 1.00 | 0.18 | 37.5 | 0.99 | 0.41 |
| Hex | D1 | 83 | 1 | 0 | 25 | 64 | 12 | 26 | 63 | 29 |
| Octal | 321 | 203 | 1 | 0 | 45 | 144 | 22 | 46 | 143 | 51 |
| Binary | 11010001 | 10000011 | 1 | 0 | 100101 | 1100100 | 10010 | 100110 | 1100011 | 101001 |
Color Harmonies of #D18301
Complementary color
Monochromatic Colors of #D18301
Black with #D18301
Text Example
Text Example
White with #D18301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18301; }
p { color: rgb(209,131,1); }
H1.HeaderClassName
{
color: #D18301;
}
.AnyTagClassName
{
color: #D18301;
}
</style>
background-color css
<style>
a { background-color: #D18301; }
a { background-color: rgb(209,131,1); }
div.DivClassName
{
background-color: #D18301;
}
.BgClassName
{
background-color: #D18301;
}
</style>
border-color css
<style>
span { border-color: #D18301; }
span { border-color: rgb(209,131,1); }
td.TdClassName
{
border-color: #D18301;
}
.TagClassName
{
border-color: #D18301;
}
</style>