Shades of Dark Goldenrod #AD830D
Tints of Dark Goldenrod #AD830D
RGB
CMYK
RGB Variations
Color information
#AD830D (or 0xAD830D) is known color: Dark Goldenrod. HEX triplet: AD, 83 and 0D. RGB value is (173,131,13). Sum of RGB (Red+Green+Blue) = 173+131+13=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD830D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD830D is #527CF2. Grayscale: #828282. Windows color (decimal): -5405939 or 885677. OLE color: 885677.
HSL color Cylindrical-coordinate representation of color #AD830D: hue angle of 44.25º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD830D is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 131 | 13 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.32 |
| HSL | 44.25º | 0.86% | 0.36% | - |
| HSV(B) | 44.25º | 0.92% | 0.68% | - |
| XYZ | 25.42 | 25.15 | 3.89 | - |
| YUV | 130.11 | 61.91 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 131 | 13 | 0 | 0.24 | 0.92 | 0.32 | 44.25 | 0.86 | 0.36 |
| Hex | AD | 83 | D | 0 | 18 | 5C | 20 | 2C | 56 | 24 |
| Octal | 255 | 203 | 15 | 0 | 30 | 134 | 40 | 54 | 126 | 44 |
| Binary | 10101101 | 10000011 | 1101 | 0 | 11000 | 1011100 | 100000 | 101100 | 1010110 | 100100 |
Color Harmonies of #AD830D
Complementary color
Monochromatic Colors of #AD830D
Black with #AD830D
Text Example
Text Example
White with #AD830D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD830D; }
p { color: rgb(173,131,13); }
H1.HeaderClassName
{
color: #AD830D;
}
.AnyTagClassName
{
color: #AD830D;
}
</style>
background-color css
<style>
a { background-color: #AD830D; }
a { background-color: rgb(173,131,13); }
div.DivClassName
{
background-color: #AD830D;
}
.BgClassName
{
background-color: #AD830D;
}
</style>
border-color css
<style>
span { border-color: #AD830D; }
span { border-color: rgb(173,131,13); }
td.TdClassName
{
border-color: #AD830D;
}
.TagClassName
{
border-color: #AD830D;
}
</style>