Shades of Dark Goldenrod #D18B03
Tints of Dark Goldenrod #D18B03
RGB
CMYK
RGB Variations
Color information
#D18B03 (or 0xD18B03) is known color: Dark Goldenrod. HEX triplet: D1, 8B and 03. RGB value is (209,139,3). Sum of RGB (Red+Green+Blue) = 209+139+3=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 139 (54.69% from 255 or 39.60% from 351); Blue value is 3 (1.56% from 255 or 0.85% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D18B03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18B03 is #2E74FC. Grayscale: #919191. Windows color (decimal): -3044605 or 232401. OLE color: 232401.
HSL color Cylindrical-coordinate representation of color #D18B03: hue angle of 39.61º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D18B03 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 139 | 3 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.18 |
| HSL | 39.61º | 0.97% | 0.42% | - |
| HSV(B) | 39.61º | 0.99% | 0.82% | - |
| XYZ | 35.54 | 32.03 | 4.39 | - |
| YUV | 144.43 | 48.19 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 3 | 0 | 0.33 | 0.99 | 0.18 | 39.61 | 0.97 | 0.42 |
| Hex | D1 | 8B | 3 | 0 | 21 | 63 | 12 | 28 | 61 | 2A |
| Octal | 321 | 213 | 3 | 0 | 41 | 143 | 22 | 50 | 141 | 52 |
| Binary | 11010001 | 10001011 | 11 | 0 | 100001 | 1100011 | 10010 | 101000 | 1100001 | 101010 |
Color Harmonies of #D18B03
Complementary color
Monochromatic Colors of #D18B03
Black with #D18B03
Text Example
Text Example
White with #D18B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18B03; }
p { color: rgb(209,139,3); }
H1.HeaderClassName
{
color: #D18B03;
}
.AnyTagClassName
{
color: #D18B03;
}
</style>
background-color css
<style>
a { background-color: #D18B03; }
a { background-color: rgb(209,139,3); }
div.DivClassName
{
background-color: #D18B03;
}
.BgClassName
{
background-color: #D18B03;
}
</style>
border-color css
<style>
span { border-color: #D18B03; }
span { border-color: rgb(209,139,3); }
td.TdClassName
{
border-color: #D18B03;
}
.TagClassName
{
border-color: #D18B03;
}
</style>