Shades of Dark Goldenrod #D28402
Tints of Dark Goldenrod #D28402
RGB
CMYK
RGB Variations
Color information
#D28402 (or 0xD28402) is known color: Dark Goldenrod. HEX triplet: D2, 84 and 02. RGB value is (210,132,2). Sum of RGB (Red+Green+Blue) = 210+132+2=344 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.05% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 2 (1.17% from 255 or 0.58% from 344); Max value from RGB is 210 - color contains mainly: red. Hex color #D28402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28402 is #2D7BFD. Grayscale: #8D8D8D. Windows color (decimal): -2980862 or 165074. OLE color: 165074.
HSL color Cylindrical-coordinate representation of color #D28402: hue angle of 37.5º 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 #D28402 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 132 | 2 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.18 |
| HSL | 37.5º | 0.98% | 0.42% | - |
| HSV(B) | 37.5º | 0.99% | 0.82% | - |
| XYZ | 34.84 | 30.21 | 4.05 | - |
| YUV | 140.5 | 49.84 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 2 | 0 | 0.37 | 0.99 | 0.18 | 37.5 | 0.98 | 0.42 |
| Hex | D2 | 84 | 2 | 0 | 25 | 63 | 12 | 26 | 62 | 2A |
| Octal | 322 | 204 | 2 | 0 | 45 | 143 | 22 | 46 | 142 | 52 |
| Binary | 11010010 | 10000100 | 10 | 0 | 100101 | 1100011 | 10010 | 100110 | 1100010 | 101010 |
Color Harmonies of #D28402
Complementary color
Monochromatic Colors of #D28402
Black with #D28402
Text Example
Text Example
White with #D28402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28402; }
p { color: rgb(210,132,2); }
H1.HeaderClassName
{
color: #D28402;
}
.AnyTagClassName
{
color: #D28402;
}
</style>
background-color css
<style>
a { background-color: #D28402; }
a { background-color: rgb(210,132,2); }
div.DivClassName
{
background-color: #D28402;
}
.BgClassName
{
background-color: #D28402;
}
</style>
border-color css
<style>
span { border-color: #D28402; }
span { border-color: rgb(210,132,2); }
td.TdClassName
{
border-color: #D28402;
}
.TagClassName
{
border-color: #D28402;
}
</style>