Shades of Dark Goldenrod #D28701
Tints of Dark Goldenrod #D28701
RGB
CMYK
RGB Variations
Color information
#D28701 (or 0xD28701) is known color: Dark Goldenrod. HEX triplet: D2, 87 and 01. RGB value is (210,135,1). Sum of RGB (Red+Green+Blue) = 210+135+1=346 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.69% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 1 (0.78% from 255 or 0.29% from 346); Max value from RGB is 210 - color contains mainly: red. Hex color #D28701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28701 is #2D78FE. Grayscale: #8E8E8E. Windows color (decimal): -2980095 or 100306. OLE color: 100306.
HSL color Cylindrical-coordinate representation of color #D28701: hue angle of 38.47º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D28701 is Cyan = 0, Magento = 0.36, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 135 | 1 | - |
| CMYK | 0 | 0.36 | 1.00 | 0.18 |
| HSL | 38.47º | 0.99% | 0.41% | - |
| HSV(B) | 38.47º | 1% | 0.82% | - |
| XYZ | 35.25 | 31.03 | 4.16 | - |
| YUV | 142.15 | 48.35 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 135 | 1 | 0 | 0.36 | 1.00 | 0.18 | 38.47 | 0.99 | 0.41 |
| Hex | D2 | 87 | 1 | 0 | 24 | 64 | 12 | 26 | 63 | 29 |
| Octal | 322 | 207 | 1 | 0 | 44 | 144 | 22 | 46 | 143 | 51 |
| Binary | 11010010 | 10000111 | 1 | 0 | 100100 | 1100100 | 10010 | 100110 | 1100011 | 101001 |
Color Harmonies of #D28701
Complementary color
Monochromatic Colors of #D28701
Black with #D28701
Text Example
Text Example
White with #D28701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28701; }
p { color: rgb(210,135,1); }
H1.HeaderClassName
{
color: #D28701;
}
.AnyTagClassName
{
color: #D28701;
}
</style>
background-color css
<style>
a { background-color: #D28701; }
a { background-color: rgb(210,135,1); }
div.DivClassName
{
background-color: #D28701;
}
.BgClassName
{
background-color: #D28701;
}
</style>
border-color css
<style>
span { border-color: #D28701; }
span { border-color: rgb(210,135,1); }
td.TdClassName
{
border-color: #D28701;
}
.TagClassName
{
border-color: #D28701;
}
</style>