Shades of Dark Goldenrod #D28902
Tints of Dark Goldenrod #D28902
RGB
CMYK
RGB Variations
Color information
#D28902 (or 0xD28902) is known color: Dark Goldenrod. HEX triplet: D2, 89 and 02. RGB value is (210,137,2). Sum of RGB (Red+Green+Blue) = 210+137+2=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 2 (1.17% from 255 or 0.57% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D28902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28902 is #2D76FD. Grayscale: #909090. Windows color (decimal): -2979582 or 166354. OLE color: 166354.
HSL color Cylindrical-coordinate representation of color #D28902: hue angle of 38.94º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D28902 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 137 | 2 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.18 |
| HSL | 38.94º | 0.98% | 0.42% | - |
| HSV(B) | 38.94º | 0.99% | 0.82% | - |
| XYZ | 35.53 | 31.6 | 4.28 | - |
| YUV | 143.44 | 48.18 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 137 | 2 | 0 | 0.35 | 0.99 | 0.18 | 38.94 | 0.98 | 0.42 |
| Hex | D2 | 89 | 2 | 0 | 23 | 63 | 12 | 27 | 62 | 2A |
| Octal | 322 | 211 | 2 | 0 | 43 | 143 | 22 | 47 | 142 | 52 |
| Binary | 11010010 | 10001001 | 10 | 0 | 100011 | 1100011 | 10010 | 100111 | 1100010 | 101010 |
Color Harmonies of #D28902
Complementary color
Monochromatic Colors of #D28902
Black with #D28902
Text Example
Text Example
White with #D28902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28902; }
p { color: rgb(210,137,2); }
H1.HeaderClassName
{
color: #D28902;
}
.AnyTagClassName
{
color: #D28902;
}
</style>
background-color css
<style>
a { background-color: #D28902; }
a { background-color: rgb(210,137,2); }
div.DivClassName
{
background-color: #D28902;
}
.BgClassName
{
background-color: #D28902;
}
</style>
border-color css
<style>
span { border-color: #D28902; }
span { border-color: rgb(210,137,2); }
td.TdClassName
{
border-color: #D28902;
}
.TagClassName
{
border-color: #D28902;
}
</style>