Shades of Dark Goldenrod #D08A12
Tints of Dark Goldenrod #D08A12
RGB
CMYK
RGB Variations
Color information
#D08A12 (or 0xD08A12) is known color: Dark Goldenrod. HEX triplet: D0, 8A and 12. RGB value is (208,138,18). Sum of RGB (Red+Green+Blue) = 208+138+18=364 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.14% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 18 (7.42% from 255 or 4.95% from 364); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08A12 is #2F75ED. Grayscale: #919191. Windows color (decimal): -3110382 or 1215184. OLE color: 1215184.
HSL color Cylindrical-coordinate representation of color #D08A12: hue angle of 37.89º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D08A12 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 138 | 18 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.18 |
| HSL | 37.89º | 0.84% | 0.44% | - |
| HSV(B) | 37.89º | 0.91% | 0.82% | - |
| XYZ | 35.21 | 31.63 | 4.82 | - |
| YUV | 145.25 | 56.19 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 138 | 18 | 0 | 0.34 | 0.91 | 0.18 | 37.89 | 0.84 | 0.44 |
| Hex | D0 | 8A | 12 | 0 | 22 | 5B | 12 | 26 | 54 | 2C |
| Octal | 320 | 212 | 22 | 0 | 42 | 133 | 22 | 46 | 124 | 54 |
| Binary | 11010000 | 10001010 | 10010 | 0 | 100010 | 1011011 | 10010 | 100110 | 1010100 | 101100 |
Color Harmonies of #D08A12
Complementary color
Monochromatic Colors of #D08A12
Black with #D08A12
Text Example
Text Example
White with #D08A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08A12; }
p { color: rgb(208,138,18); }
H1.HeaderClassName
{
color: #D08A12;
}
.AnyTagClassName
{
color: #D08A12;
}
</style>
background-color css
<style>
a { background-color: #D08A12; }
a { background-color: rgb(208,138,18); }
div.DivClassName
{
background-color: #D08A12;
}
.BgClassName
{
background-color: #D08A12;
}
</style>
border-color css
<style>
span { border-color: #D08A12; }
span { border-color: rgb(208,138,18); }
td.TdClassName
{
border-color: #D08A12;
}
.TagClassName
{
border-color: #D08A12;
}
</style>