Shades of Dark Goldenrod #D28108
Tints of Dark Goldenrod #D28108
RGB
CMYK
RGB Variations
Color information
#D28108 (or 0xD28108) is known color: Dark Goldenrod. HEX triplet: D2, 81 and 08. RGB value is (210,129,8). Sum of RGB (Red+Green+Blue) = 210+129+8=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 8 (3.52% from 255 or 2.31% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D28108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28108 is #2D7EF7. Grayscale: #8B8B8B. Windows color (decimal): -2981624 or 557522. OLE color: 557522.
HSL color Cylindrical-coordinate representation of color #D28108: hue angle of 35.94º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D28108 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 129 | 8 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.18 |
| HSL | 35.94º | 0.93% | 0.43% | - |
| HSV(B) | 35.94º | 0.96% | 0.82% | - |
| XYZ | 34.47 | 29.42 | 4.09 | - |
| YUV | 139.43 | 53.84 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 129 | 8 | 0 | 0.39 | 0.96 | 0.18 | 35.94 | 0.93 | 0.43 |
| Hex | D2 | 81 | 8 | 0 | 27 | 60 | 12 | 24 | 5D | 2B |
| Octal | 322 | 201 | 10 | 0 | 47 | 140 | 22 | 44 | 135 | 53 |
| Binary | 11010010 | 10000001 | 1000 | 0 | 100111 | 1100000 | 10010 | 100100 | 1011101 | 101011 |
Color Harmonies of #D28108
Complementary color
Monochromatic Colors of #D28108
Black with #D28108
Text Example
Text Example
White with #D28108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28108; }
p { color: rgb(210,129,8); }
H1.HeaderClassName
{
color: #D28108;
}
.AnyTagClassName
{
color: #D28108;
}
</style>
background-color css
<style>
a { background-color: #D28108; }
a { background-color: rgb(210,129,8); }
div.DivClassName
{
background-color: #D28108;
}
.BgClassName
{
background-color: #D28108;
}
</style>
border-color css
<style>
span { border-color: #D28108; }
span { border-color: rgb(210,129,8); }
td.TdClassName
{
border-color: #D28108;
}
.TagClassName
{
border-color: #D28108;
}
</style>