Shades of Dark Goldenrod #D2840B
Tints of Dark Goldenrod #D2840B
RGB
CMYK
RGB Variations
Color information
#D2840B (or 0xD2840B) is known color: Dark Goldenrod. HEX triplet: D2, 84 and 0B. RGB value is (210,132,11). Sum of RGB (Red+Green+Blue) = 210+132+11=353 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.49% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 11 (4.69% from 255 or 3.12% from 353); Max value from RGB is 210 - color contains mainly: red. Hex color #D2840B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2840B is #2D7BF4. Grayscale: #8E8E8E. Windows color (decimal): -2980853 or 754898. OLE color: 754898.
HSL color Cylindrical-coordinate representation of color #D2840B: hue angle of 36.48º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D2840B is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 132 | 11 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.18 |
| HSL | 36.48º | 0.9% | 0.43% | - |
| HSV(B) | 36.48º | 0.95% | 0.82% | - |
| XYZ | 34.89 | 30.23 | 4.31 | - |
| YUV | 141.53 | 54.34 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 11 | 0 | 0.37 | 0.95 | 0.18 | 36.48 | 0.9 | 0.43 |
| Hex | D2 | 84 | B | 0 | 25 | 5F | 12 | 24 | 5A | 2B |
| Octal | 322 | 204 | 13 | 0 | 45 | 137 | 22 | 44 | 132 | 53 |
| Binary | 11010010 | 10000100 | 1011 | 0 | 100101 | 1011111 | 10010 | 100100 | 1011010 | 101011 |
Color Harmonies of #D2840B
Complementary color
Monochromatic Colors of #D2840B
Black with #D2840B
Text Example
Text Example
White with #D2840B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2840B; }
p { color: rgb(210,132,11); }
H1.HeaderClassName
{
color: #D2840B;
}
.AnyTagClassName
{
color: #D2840B;
}
</style>
background-color css
<style>
a { background-color: #D2840B; }
a { background-color: rgb(210,132,11); }
div.DivClassName
{
background-color: #D2840B;
}
.BgClassName
{
background-color: #D2840B;
}
</style>
border-color css
<style>
span { border-color: #D2840B; }
span { border-color: rgb(210,132,11); }
td.TdClassName
{
border-color: #D2840B;
}
.TagClassName
{
border-color: #D2840B;
}
</style>