Shades of Dark Goldenrod #D38308
Tints of Dark Goldenrod #D38308
RGB
CMYK
RGB Variations
Color information
#D38308 (or 0xD38308) is known color: Dark Goldenrod. HEX triplet: D3, 83 and 08. RGB value is (211,131,8). Sum of RGB (Red+Green+Blue) = 211+131+8=350 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.29% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 8 (3.52% from 255 or 2.29% from 350); Max value from RGB is 211 - color contains mainly: red. Hex color #D38308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38308 is #2C7CF7. Grayscale: #8D8D8D. Windows color (decimal): -2915576 or 558035. OLE color: 558035.
HSL color Cylindrical-coordinate representation of color #D38308: hue angle of 36.35º 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 #D38308 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 131 | 8 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.17 |
| HSL | 36.35º | 0.93% | 0.43% | - |
| HSV(B) | 36.35º | 0.96% | 0.83% | - |
| XYZ | 35.02 | 30.1 | 4.19 | - |
| YUV | 140.9 | 53 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 131 | 8 | 0 | 0.38 | 0.96 | 0.17 | 36.35 | 0.93 | 0.43 |
| Hex | D3 | 83 | 8 | 0 | 26 | 60 | 11 | 24 | 5D | 2B |
| Octal | 323 | 203 | 10 | 0 | 46 | 140 | 21 | 44 | 135 | 53 |
| Binary | 11010011 | 10000011 | 1000 | 0 | 100110 | 1100000 | 10001 | 100100 | 1011101 | 101011 |
Color Harmonies of #D38308
Complementary color
Monochromatic Colors of #D38308
Black with #D38308
Text Example
Text Example
White with #D38308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38308; }
p { color: rgb(211,131,8); }
H1.HeaderClassName
{
color: #D38308;
}
.AnyTagClassName
{
color: #D38308;
}
</style>
background-color css
<style>
a { background-color: #D38308; }
a { background-color: rgb(211,131,8); }
div.DivClassName
{
background-color: #D38308;
}
.BgClassName
{
background-color: #D38308;
}
</style>
border-color css
<style>
span { border-color: #D38308; }
span { border-color: rgb(211,131,8); }
td.TdClassName
{
border-color: #D38308;
}
.TagClassName
{
border-color: #D38308;
}
</style>