Shades of Dark Goldenrod #D18502
Tints of Dark Goldenrod #D18502
RGB
CMYK
RGB Variations
Color information
#D18502 (or 0xD18502) is known color: Dark Goldenrod. HEX triplet: D1, 85 and 02. RGB value is (209,133,2). Sum of RGB (Red+Green+Blue) = 209+133+2=344 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.76% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 2 (1.17% from 255 or 0.58% from 344); Max value from RGB is 209 - color contains mainly: red. Hex color #D18502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18502 is #2E7AFD. Grayscale: #8D8D8D. Windows color (decimal): -3046142 or 165329. OLE color: 165329.
HSL color Cylindrical-coordinate representation of color #D18502: hue angle of 37.97º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D18502 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 133 | 2 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.18 |
| HSL | 37.97º | 0.98% | 0.41% | - |
| HSV(B) | 37.97º | 0.99% | 0.82% | - |
| XYZ | 34.69 | 30.33 | 4.08 | - |
| YUV | 140.79 | 49.68 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 133 | 2 | 0 | 0.36 | 0.99 | 0.18 | 37.97 | 0.98 | 0.41 |
| Hex | D1 | 85 | 2 | 0 | 24 | 63 | 12 | 26 | 62 | 29 |
| Octal | 321 | 205 | 2 | 0 | 44 | 143 | 22 | 46 | 142 | 51 |
| Binary | 11010001 | 10000101 | 10 | 0 | 100100 | 1100011 | 10010 | 100110 | 1100010 | 101001 |
Color Harmonies of #D18502
Complementary color
Monochromatic Colors of #D18502
Black with #D18502
Text Example
Text Example
White with #D18502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18502; }
p { color: rgb(209,133,2); }
H1.HeaderClassName
{
color: #D18502;
}
.AnyTagClassName
{
color: #D18502;
}
</style>
background-color css
<style>
a { background-color: #D18502; }
a { background-color: rgb(209,133,2); }
div.DivClassName
{
background-color: #D18502;
}
.BgClassName
{
background-color: #D18502;
}
</style>
border-color css
<style>
span { border-color: #D18502; }
span { border-color: rgb(209,133,2); }
td.TdClassName
{
border-color: #D18502;
}
.TagClassName
{
border-color: #D18502;
}
</style>