Shades of Dark Goldenrod #D2870A
Tints of Dark Goldenrod #D2870A
RGB
CMYK
RGB Variations
Color information
#D2870A (or 0xD2870A) is known color: Dark Goldenrod. HEX triplet: D2, 87 and 0A. RGB value is (210,135,10). Sum of RGB (Red+Green+Blue) = 210+135+10=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 10 (4.30% from 255 or 2.82% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D2870A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2870A is #2D78F5. Grayscale: #8F8F8F. Windows color (decimal): -2980086 or 690130. OLE color: 690130.
HSL color Cylindrical-coordinate representation of color #D2870A: hue angle of 37.5º 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 #D2870A is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 135 | 10 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.18 |
| HSL | 37.5º | 0.91% | 0.43% | - |
| HSV(B) | 37.5º | 0.95% | 0.82% | - |
| XYZ | 35.3 | 31.05 | 4.42 | - |
| YUV | 143.18 | 52.85 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 135 | 10 | 0 | 0.36 | 0.95 | 0.18 | 37.5 | 0.91 | 0.43 |
| Hex | D2 | 87 | A | 0 | 24 | 5F | 12 | 26 | 5B | 2B |
| Octal | 322 | 207 | 12 | 0 | 44 | 137 | 22 | 46 | 133 | 53 |
| Binary | 11010010 | 10000111 | 1010 | 0 | 100100 | 1011111 | 10010 | 100110 | 1011011 | 101011 |
Color Harmonies of #D2870A
Complementary color
Monochromatic Colors of #D2870A
Black with #D2870A
Text Example
Text Example
White with #D2870A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2870A; }
p { color: rgb(210,135,10); }
H1.HeaderClassName
{
color: #D2870A;
}
.AnyTagClassName
{
color: #D2870A;
}
</style>
background-color css
<style>
a { background-color: #D2870A; }
a { background-color: rgb(210,135,10); }
div.DivClassName
{
background-color: #D2870A;
}
.BgClassName
{
background-color: #D2870A;
}
</style>
border-color css
<style>
span { border-color: #D2870A; }
span { border-color: rgb(210,135,10); }
td.TdClassName
{
border-color: #D2870A;
}
.TagClassName
{
border-color: #D2870A;
}
</style>