Shades of Dark Goldenrod #D18A0A
Tints of Dark Goldenrod #D18A0A
RGB
CMYK
RGB Variations
Color information
#D18A0A (or 0xD18A0A) is known color: Dark Goldenrod. HEX triplet: D1, 8A and 0A. RGB value is (209,138,10). Sum of RGB (Red+Green+Blue) = 209+138+10=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 138 (54.30% from 255 or 38.66% from 357); Blue value is 10 (4.30% from 255 or 2.80% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18A0A is #2E75F5. Grayscale: #919191. Windows color (decimal): -3044854 or 690897. OLE color: 690897.
HSL color Cylindrical-coordinate representation of color #D18A0A: hue angle of 38.59º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D18A0A is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 138 | 10 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.18 |
| HSL | 38.59º | 0.91% | 0.43% | - |
| HSV(B) | 38.59º | 0.95% | 0.82% | - |
| XYZ | 35.44 | 31.75 | 4.55 | - |
| YUV | 144.64 | 52.02 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 138 | 10 | 0 | 0.34 | 0.95 | 0.18 | 38.59 | 0.91 | 0.43 |
| Hex | D1 | 8A | A | 0 | 22 | 5F | 12 | 27 | 5B | 2B |
| Octal | 321 | 212 | 12 | 0 | 42 | 137 | 22 | 47 | 133 | 53 |
| Binary | 11010001 | 10001010 | 1010 | 0 | 100010 | 1011111 | 10010 | 100111 | 1011011 | 101011 |
Color Harmonies of #D18A0A
Complementary color
Monochromatic Colors of #D18A0A
Black with #D18A0A
Text Example
Text Example
White with #D18A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18A0A; }
p { color: rgb(209,138,10); }
H1.HeaderClassName
{
color: #D18A0A;
}
.AnyTagClassName
{
color: #D18A0A;
}
</style>
background-color css
<style>
a { background-color: #D18A0A; }
a { background-color: rgb(209,138,10); }
div.DivClassName
{
background-color: #D18A0A;
}
.BgClassName
{
background-color: #D18A0A;
}
</style>
border-color css
<style>
span { border-color: #D18A0A; }
span { border-color: rgb(209,138,10); }
td.TdClassName
{
border-color: #D18A0A;
}
.TagClassName
{
border-color: #D18A0A;
}
</style>