Shades of Dark Goldenrod #D28505
Tints of Dark Goldenrod #D28505
RGB
CMYK
RGB Variations
Color information
#D28505 (or 0xD28505) is known color: Dark Goldenrod. HEX triplet: D2, 85 and 05. RGB value is (210,133,5). Sum of RGB (Red+Green+Blue) = 210+133+5=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 5 (2.34% from 255 or 1.44% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D28505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28505 is #2D7AFA. Grayscale: #8E8E8E. Windows color (decimal): -2980603 or 361938. OLE color: 361938.
HSL color Cylindrical-coordinate representation of color #D28505: hue angle of 37.46º 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 #D28505 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 133 | 5 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.18 |
| HSL | 37.46º | 0.95% | 0.42% | - |
| HSV(B) | 37.46º | 0.98% | 0.82% | - |
| XYZ | 34.99 | 30.49 | 4.18 | - |
| YUV | 141.43 | 51.01 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 5 | 0 | 0.37 | 0.98 | 0.18 | 37.46 | 0.95 | 0.42 |
| Hex | D2 | 85 | 5 | 0 | 25 | 62 | 12 | 25 | 5F | 2A |
| Octal | 322 | 205 | 5 | 0 | 45 | 142 | 22 | 45 | 137 | 52 |
| Binary | 11010010 | 10000101 | 101 | 0 | 100101 | 1100010 | 10010 | 100101 | 1011111 | 101010 |
Color Harmonies of #D28505
Complementary color
Monochromatic Colors of #D28505
Black with #D28505
Text Example
Text Example
White with #D28505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28505; }
p { color: rgb(210,133,5); }
H1.HeaderClassName
{
color: #D28505;
}
.AnyTagClassName
{
color: #D28505;
}
</style>
background-color css
<style>
a { background-color: #D28505; }
a { background-color: rgb(210,133,5); }
div.DivClassName
{
background-color: #D28505;
}
.BgClassName
{
background-color: #D28505;
}
</style>
border-color css
<style>
span { border-color: #D28505; }
span { border-color: rgb(210,133,5); }
td.TdClassName
{
border-color: #D28505;
}
.TagClassName
{
border-color: #D28505;
}
</style>