Shades of Dark Goldenrod #D28808
Tints of Dark Goldenrod #D28808
RGB
CMYK
RGB Variations
Color information
#D28808 (or 0xD28808) is known color: Dark Goldenrod. HEX triplet: D2, 88 and 08. RGB value is (210,136,8). Sum of RGB (Red+Green+Blue) = 210+136+8=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 136 (53.52% from 255 or 38.42% from 354); Blue value is 8 (3.52% from 255 or 2.26% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D28808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28808 is #2D77F7. Grayscale: #909090. Windows color (decimal): -2979832 or 559314. OLE color: 559314.
HSL color Cylindrical-coordinate representation of color #D28808: hue angle of 38.02º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D28808 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 136 | 8 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.18 |
| HSL | 38.02º | 0.93% | 0.43% | - |
| HSV(B) | 38.02º | 0.96% | 0.82% | - |
| XYZ | 35.43 | 31.33 | 4.41 | - |
| YUV | 143.53 | 51.52 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 136 | 8 | 0 | 0.35 | 0.96 | 0.18 | 38.02 | 0.93 | 0.43 |
| Hex | D2 | 88 | 8 | 0 | 23 | 60 | 12 | 26 | 5D | 2B |
| Octal | 322 | 210 | 10 | 0 | 43 | 140 | 22 | 46 | 135 | 53 |
| Binary | 11010010 | 10001000 | 1000 | 0 | 100011 | 1100000 | 10010 | 100110 | 1011101 | 101011 |
Color Harmonies of #D28808
Complementary color
Monochromatic Colors of #D28808
Black with #D28808
Text Example
Text Example
White with #D28808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28808; }
p { color: rgb(210,136,8); }
H1.HeaderClassName
{
color: #D28808;
}
.AnyTagClassName
{
color: #D28808;
}
</style>
background-color css
<style>
a { background-color: #D28808; }
a { background-color: rgb(210,136,8); }
div.DivClassName
{
background-color: #D28808;
}
.BgClassName
{
background-color: #D28808;
}
</style>
border-color css
<style>
span { border-color: #D28808; }
span { border-color: rgb(210,136,8); }
td.TdClassName
{
border-color: #D28808;
}
.TagClassName
{
border-color: #D28808;
}
</style>