Shades of Dark Goldenrod #D0830C
Tints of Dark Goldenrod #D0830C
RGB
CMYK
RGB Variations
Color information
#D0830C (or 0xD0830C) is known color: Dark Goldenrod. HEX triplet: D0, 83 and 0C. RGB value is (208,131,12). Sum of RGB (Red+Green+Blue) = 208+131+12=351 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.26% from 351); Green value is 131 (51.56% from 255 or 37.32% from 351); Blue value is 12 (5.08% from 255 or 3.42% from 351); Max value from RGB is 208 - color contains mainly: red. Hex color #D0830C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0830C is #2F7CF3. Grayscale: #8D8D8D. Windows color (decimal): -3112180 or 820176. OLE color: 820176.
HSL color Cylindrical-coordinate representation of color #D0830C: hue angle of 36.43º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0830C is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 131 | 12 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.18 |
| HSL | 36.43º | 0.89% | 0.43% | - |
| HSV(B) | 36.43º | 0.94% | 0.82% | - |
| XYZ | 34.2 | 29.67 | 4.27 | - |
| YUV | 140.46 | 55.51 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 131 | 12 | 0 | 0.37 | 0.94 | 0.18 | 36.43 | 0.89 | 0.43 |
| Hex | D0 | 83 | C | 0 | 25 | 5E | 12 | 24 | 59 | 2B |
| Octal | 320 | 203 | 14 | 0 | 45 | 136 | 22 | 44 | 131 | 53 |
| Binary | 11010000 | 10000011 | 1100 | 0 | 100101 | 1011110 | 10010 | 100100 | 1011001 | 101011 |
Color Harmonies of #D0830C
Complementary color
Monochromatic Colors of #D0830C
Black with #D0830C
Text Example
Text Example
White with #D0830C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0830C; }
p { color: rgb(208,131,12); }
H1.HeaderClassName
{
color: #D0830C;
}
.AnyTagClassName
{
color: #D0830C;
}
</style>
background-color css
<style>
a { background-color: #D0830C; }
a { background-color: rgb(208,131,12); }
div.DivClassName
{
background-color: #D0830C;
}
.BgClassName
{
background-color: #D0830C;
}
</style>
border-color css
<style>
span { border-color: #D0830C; }
span { border-color: rgb(208,131,12); }
td.TdClassName
{
border-color: #D0830C;
}
.TagClassName
{
border-color: #D0830C;
}
</style>