Shades of Dark Goldenrod #D28805
Tints of Dark Goldenrod #D28805
RGB
CMYK
RGB Variations
Color information
#D28805 (or 0xD28805) is known color: Dark Goldenrod. HEX triplet: D2, 88 and 05. RGB value is (210,136,5). Sum of RGB (Red+Green+Blue) = 210+136+5=351 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.83% from 351); Green value is 136 (53.52% from 255 or 38.75% from 351); Blue value is 5 (2.34% from 255 or 1.42% from 351); Max value from RGB is 210 - color contains mainly: red. Hex color #D28805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28805 is #2D77FA. Grayscale: #8F8F8F. Windows color (decimal): -2979835 or 362706. OLE color: 362706.
HSL color Cylindrical-coordinate representation of color #D28805: hue angle of 38.34º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D28805 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 136 | 5 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.18 |
| HSL | 38.34º | 0.95% | 0.42% | - |
| HSV(B) | 38.34º | 0.98% | 0.82% | - |
| XYZ | 35.41 | 31.32 | 4.32 | - |
| YUV | 143.19 | 50.02 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 136 | 5 | 0 | 0.35 | 0.98 | 0.18 | 38.34 | 0.95 | 0.42 |
| Hex | D2 | 88 | 5 | 0 | 23 | 62 | 12 | 26 | 5F | 2A |
| Octal | 322 | 210 | 5 | 0 | 43 | 142 | 22 | 46 | 137 | 52 |
| Binary | 11010010 | 10001000 | 101 | 0 | 100011 | 1100010 | 10010 | 100110 | 1011111 | 101010 |
Color Harmonies of #D28805
Complementary color
Monochromatic Colors of #D28805
Black with #D28805
Text Example
Text Example
White with #D28805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28805; }
p { color: rgb(210,136,5); }
H1.HeaderClassName
{
color: #D28805;
}
.AnyTagClassName
{
color: #D28805;
}
</style>
background-color css
<style>
a { background-color: #D28805; }
a { background-color: rgb(210,136,5); }
div.DivClassName
{
background-color: #D28805;
}
.BgClassName
{
background-color: #D28805;
}
</style>
border-color css
<style>
span { border-color: #D28805; }
span { border-color: rgb(210,136,5); }
td.TdClassName
{
border-color: #D28805;
}
.TagClassName
{
border-color: #D28805;
}
</style>