Shades of Dark Goldenrod #D28405
Tints of Dark Goldenrod #D28405
RGB
CMYK
RGB Variations
Color information
#D28405 (or 0xD28405) is known color: Dark Goldenrod. HEX triplet: D2, 84 and 05. RGB value is (210,132,5). Sum of RGB (Red+Green+Blue) = 210+132+5=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 5 (2.34% from 255 or 1.44% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D28405 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28405 is #2D7BFA. Grayscale: #8D8D8D. Windows color (decimal): -2980859 or 361682. OLE color: 361682.
HSL color Cylindrical-coordinate representation of color #D28405: hue angle of 37.17º 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 #D28405 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 132 | 5 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.18 |
| HSL | 37.17º | 0.95% | 0.42% | - |
| HSV(B) | 37.17º | 0.98% | 0.82% | - |
| XYZ | 34.86 | 30.22 | 4.14 | - |
| YUV | 140.84 | 51.34 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 5 | 0 | 0.37 | 0.98 | 0.18 | 37.17 | 0.95 | 0.42 |
| Hex | D2 | 84 | 5 | 0 | 25 | 62 | 12 | 25 | 5F | 2A |
| Octal | 322 | 204 | 5 | 0 | 45 | 142 | 22 | 45 | 137 | 52 |
| Binary | 11010010 | 10000100 | 101 | 0 | 100101 | 1100010 | 10010 | 100101 | 1011111 | 101010 |
Color Harmonies of #D28405
Complementary color
Monochromatic Colors of #D28405
Black with #D28405
Text Example
Text Example
White with #D28405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28405; }
p { color: rgb(210,132,5); }
H1.HeaderClassName
{
color: #D28405;
}
.AnyTagClassName
{
color: #D28405;
}
</style>
background-color css
<style>
a { background-color: #D28405; }
a { background-color: rgb(210,132,5); }
div.DivClassName
{
background-color: #D28405;
}
.BgClassName
{
background-color: #D28405;
}
</style>
border-color css
<style>
span { border-color: #D28405; }
span { border-color: rgb(210,132,5); }
td.TdClassName
{
border-color: #D28405;
}
.TagClassName
{
border-color: #D28405;
}
</style>