Shades of Dark Goldenrod #D2850B
Tints of Dark Goldenrod #D2850B
RGB
CMYK
RGB Variations
Color information
#D2850B (or 0xD2850B) is known color: Dark Goldenrod. HEX triplet: D2, 85 and 0B. RGB value is (210,133,11). Sum of RGB (Red+Green+Blue) = 210+133+11=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 11 (4.69% from 255 or 3.11% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D2850B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2850B is #2D7AF4. Grayscale: #8E8E8E. Windows color (decimal): -2980597 or 755154. OLE color: 755154.
HSL color Cylindrical-coordinate representation of color #D2850B: hue angle of 36.78º 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 #D2850B is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 133 | 11 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.18 |
| HSL | 36.78º | 0.9% | 0.43% | - |
| HSV(B) | 36.78º | 0.95% | 0.82% | - |
| XYZ | 35.03 | 30.5 | 4.36 | - |
| YUV | 142.12 | 54.01 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 11 | 0 | 0.37 | 0.95 | 0.18 | 36.78 | 0.9 | 0.43 |
| Hex | D2 | 85 | B | 0 | 25 | 5F | 12 | 25 | 5A | 2B |
| Octal | 322 | 205 | 13 | 0 | 45 | 137 | 22 | 45 | 132 | 53 |
| Binary | 11010010 | 10000101 | 1011 | 0 | 100101 | 1011111 | 10010 | 100101 | 1011010 | 101011 |
Color Harmonies of #D2850B
Complementary color
Monochromatic Colors of #D2850B
Black with #D2850B
Text Example
Text Example
White with #D2850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2850B; }
p { color: rgb(210,133,11); }
H1.HeaderClassName
{
color: #D2850B;
}
.AnyTagClassName
{
color: #D2850B;
}
</style>
background-color css
<style>
a { background-color: #D2850B; }
a { background-color: rgb(210,133,11); }
div.DivClassName
{
background-color: #D2850B;
}
.BgClassName
{
background-color: #D2850B;
}
</style>
border-color css
<style>
span { border-color: #D2850B; }
span { border-color: rgb(210,133,11); }
td.TdClassName
{
border-color: #D2850B;
}
.TagClassName
{
border-color: #D2850B;
}
</style>