Shades of Dark Goldenrod #D28305
Tints of Dark Goldenrod #D28305
RGB
CMYK
RGB Variations
Color information
#D28305 (or 0xD28305) is known color: Dark Goldenrod. HEX triplet: D2, 83 and 05. RGB value is (210,131,5). Sum of RGB (Red+Green+Blue) = 210+131+5=346 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.69% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 5 (2.34% from 255 or 1.45% from 346); Max value from RGB is 210 - color contains mainly: red. Hex color #D28305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28305 is #2D7CFA. Grayscale: #8C8C8C. Windows color (decimal): -2981115 or 361426. OLE color: 361426.
HSL color Cylindrical-coordinate representation of color #D28305: hue angle of 36.88º 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 #D28305 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 131 | 5 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.18 |
| HSL | 36.88º | 0.95% | 0.42% | - |
| HSV(B) | 36.88º | 0.98% | 0.82% | - |
| XYZ | 34.72 | 29.95 | 4.09 | - |
| YUV | 140.26 | 51.67 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 131 | 5 | 0 | 0.38 | 0.98 | 0.18 | 36.88 | 0.95 | 0.42 |
| Hex | D2 | 83 | 5 | 0 | 26 | 62 | 12 | 25 | 5F | 2A |
| Octal | 322 | 203 | 5 | 0 | 46 | 142 | 22 | 45 | 137 | 52 |
| Binary | 11010010 | 10000011 | 101 | 0 | 100110 | 1100010 | 10010 | 100101 | 1011111 | 101010 |
Color Harmonies of #D28305
Complementary color
Monochromatic Colors of #D28305
Black with #D28305
Text Example
Text Example
White with #D28305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28305; }
p { color: rgb(210,131,5); }
H1.HeaderClassName
{
color: #D28305;
}
.AnyTagClassName
{
color: #D28305;
}
</style>
background-color css
<style>
a { background-color: #D28305; }
a { background-color: rgb(210,131,5); }
div.DivClassName
{
background-color: #D28305;
}
.BgClassName
{
background-color: #D28305;
}
</style>
border-color css
<style>
span { border-color: #D28305; }
span { border-color: rgb(210,131,5); }
td.TdClassName
{
border-color: #D28305;
}
.TagClassName
{
border-color: #D28305;
}
</style>