Shades of Dark Goldenrod #D38508
Tints of Dark Goldenrod #D38508
RGB
CMYK
RGB Variations
Color information
#D38508 (or 0xD38508) is known color: Dark Goldenrod. HEX triplet: D3, 85 and 08. RGB value is (211,133,8). Sum of RGB (Red+Green+Blue) = 211+133+8=352 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.94% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 8 (3.52% from 255 or 2.27% from 352); Max value from RGB is 211 - color contains mainly: red. Hex color #D38508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38508 is #2C7AF7. Grayscale: #8E8E8E. Windows color (decimal): -2915064 or 558547. OLE color: 558547.
HSL color Cylindrical-coordinate representation of color #D38508: hue angle of 36.95º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D38508 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 133 | 8 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.17 |
| HSL | 36.95º | 0.93% | 0.43% | - |
| HSV(B) | 36.95º | 0.96% | 0.83% | - |
| XYZ | 35.3 | 30.64 | 4.28 | - |
| YUV | 142.07 | 52.34 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 133 | 8 | 0 | 0.37 | 0.96 | 0.17 | 36.95 | 0.93 | 0.43 |
| Hex | D3 | 85 | 8 | 0 | 25 | 60 | 11 | 25 | 5D | 2B |
| Octal | 323 | 205 | 10 | 0 | 45 | 140 | 21 | 45 | 135 | 53 |
| Binary | 11010011 | 10000101 | 1000 | 0 | 100101 | 1100000 | 10001 | 100101 | 1011101 | 101011 |
Color Harmonies of #D38508
Complementary color
Monochromatic Colors of #D38508
Black with #D38508
Text Example
Text Example
White with #D38508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38508; }
p { color: rgb(211,133,8); }
H1.HeaderClassName
{
color: #D38508;
}
.AnyTagClassName
{
color: #D38508;
}
</style>
background-color css
<style>
a { background-color: #D38508; }
a { background-color: rgb(211,133,8); }
div.DivClassName
{
background-color: #D38508;
}
.BgClassName
{
background-color: #D38508;
}
</style>
border-color css
<style>
span { border-color: #D38508; }
span { border-color: rgb(211,133,8); }
td.TdClassName
{
border-color: #D38508;
}
.TagClassName
{
border-color: #D38508;
}
</style>