Shades of Dark Goldenrod #D28404
Tints of Dark Goldenrod #D28404
RGB
CMYK
RGB Variations
Color information
#D28404 (or 0xD28404) is known color: Dark Goldenrod. HEX triplet: D2, 84 and 04. RGB value is (210,132,4). Sum of RGB (Red+Green+Blue) = 210+132+4=346 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.69% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 4 (1.95% from 255 or 1.16% from 346); Max value from RGB is 210 - color contains mainly: red. Hex color #D28404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28404 is #2D7BFB. Grayscale: #8D8D8D. Windows color (decimal): -2980860 or 296146. OLE color: 296146.
HSL color Cylindrical-coordinate representation of color #D28404: hue angle of 37.28º degrees, saturation: 0.96, 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 #D28404 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 132 | 4 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.18 |
| HSL | 37.28º | 0.96% | 0.42% | - |
| HSV(B) | 37.28º | 0.98% | 0.82% | - |
| XYZ | 34.85 | 30.21 | 4.11 | - |
| YUV | 140.73 | 50.84 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 4 | 0 | 0.37 | 0.98 | 0.18 | 37.28 | 0.96 | 0.42 |
| Hex | D2 | 84 | 4 | 0 | 25 | 62 | 12 | 25 | 60 | 2A |
| Octal | 322 | 204 | 4 | 0 | 45 | 142 | 22 | 45 | 140 | 52 |
| Binary | 11010010 | 10000100 | 100 | 0 | 100101 | 1100010 | 10010 | 100101 | 1100000 | 101010 |
Color Harmonies of #D28404
Complementary color
Monochromatic Colors of #D28404
Black with #D28404
Text Example
Text Example
White with #D28404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28404; }
p { color: rgb(210,132,4); }
H1.HeaderClassName
{
color: #D28404;
}
.AnyTagClassName
{
color: #D28404;
}
</style>
background-color css
<style>
a { background-color: #D28404; }
a { background-color: rgb(210,132,4); }
div.DivClassName
{
background-color: #D28404;
}
.BgClassName
{
background-color: #D28404;
}
</style>
border-color css
<style>
span { border-color: #D28404; }
span { border-color: rgb(210,132,4); }
td.TdClassName
{
border-color: #D28404;
}
.TagClassName
{
border-color: #D28404;
}
</style>