Shades of Dark Goldenrod #D0870A
Tints of Dark Goldenrod #D0870A
RGB
CMYK
RGB Variations
Color information
#D0870A (or 0xD0870A) is known color: Dark Goldenrod. HEX triplet: D0, 87 and 0A. RGB value is (208,135,10). Sum of RGB (Red+Green+Blue) = 208+135+10=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 135 (53.12% from 255 or 38.24% from 353); Blue value is 10 (4.30% from 255 or 2.83% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D0870A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0870A is #2F78F5. Grayscale: #8F8F8F. Windows color (decimal): -3111158 or 690128. OLE color: 690128.
HSL color Cylindrical-coordinate representation of color #D0870A: hue angle of 37.88º 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 #D0870A is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 135 | 10 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.18 |
| HSL | 37.88º | 0.91% | 0.43% | - |
| HSV(B) | 37.88º | 0.95% | 0.82% | - |
| XYZ | 34.73 | 30.76 | 4.39 | - |
| YUV | 142.58 | 53.18 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 135 | 10 | 0 | 0.35 | 0.95 | 0.18 | 37.88 | 0.91 | 0.43 |
| Hex | D0 | 87 | A | 0 | 23 | 5F | 12 | 26 | 5B | 2B |
| Octal | 320 | 207 | 12 | 0 | 43 | 137 | 22 | 46 | 133 | 53 |
| Binary | 11010000 | 10000111 | 1010 | 0 | 100011 | 1011111 | 10010 | 100110 | 1011011 | 101011 |
Color Harmonies of #D0870A
Complementary color
Monochromatic Colors of #D0870A
Black with #D0870A
Text Example
Text Example
White with #D0870A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0870A; }
p { color: rgb(208,135,10); }
H1.HeaderClassName
{
color: #D0870A;
}
.AnyTagClassName
{
color: #D0870A;
}
</style>
background-color css
<style>
a { background-color: #D0870A; }
a { background-color: rgb(208,135,10); }
div.DivClassName
{
background-color: #D0870A;
}
.BgClassName
{
background-color: #D0870A;
}
</style>
border-color css
<style>
span { border-color: #D0870A; }
span { border-color: rgb(208,135,10); }
td.TdClassName
{
border-color: #D0870A;
}
.TagClassName
{
border-color: #D0870A;
}
</style>