Shades of Dark Goldenrod #D2850D
Tints of Dark Goldenrod #D2850D
RGB
CMYK
RGB Variations
Color information
#D2850D (or 0xD2850D) is known color: Dark Goldenrod. HEX triplet: D2, 85 and 0D. RGB value is (210,133,13). Sum of RGB (Red+Green+Blue) = 210+133+13=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 13 (5.47% from 255 or 3.65% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D2850D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2850D is #2D7AF2. Grayscale: #8E8E8E. Windows color (decimal): -2980595 or 886226. OLE color: 886226.
HSL color Cylindrical-coordinate representation of color #D2850D: hue angle of 36.55º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2850D is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 133 | 13 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.18 |
| HSL | 36.55º | 0.88% | 0.44% | - |
| HSV(B) | 36.55º | 0.94% | 0.82% | - |
| XYZ | 35.04 | 30.51 | 4.42 | - |
| YUV | 142.34 | 55.01 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 13 | 0 | 0.37 | 0.94 | 0.18 | 36.55 | 0.88 | 0.44 |
| Hex | D2 | 85 | D | 0 | 25 | 5E | 12 | 25 | 58 | 2C |
| Octal | 322 | 205 | 15 | 0 | 45 | 136 | 22 | 45 | 130 | 54 |
| Binary | 11010010 | 10000101 | 1101 | 0 | 100101 | 1011110 | 10010 | 100101 | 1011000 | 101100 |
Color Harmonies of #D2850D
Complementary color
Monochromatic Colors of #D2850D
Black with #D2850D
Text Example
Text Example
White with #D2850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2850D; }
p { color: rgb(210,133,13); }
H1.HeaderClassName
{
color: #D2850D;
}
.AnyTagClassName
{
color: #D2850D;
}
</style>
background-color css
<style>
a { background-color: #D2850D; }
a { background-color: rgb(210,133,13); }
div.DivClassName
{
background-color: #D2850D;
}
.BgClassName
{
background-color: #D2850D;
}
</style>
border-color css
<style>
span { border-color: #D2850D; }
span { border-color: rgb(210,133,13); }
td.TdClassName
{
border-color: #D2850D;
}
.TagClassName
{
border-color: #D2850D;
}
</style>