Shades of Dark Goldenrod #AB7D0D
Tints of Dark Goldenrod #AB7D0D
RGB
CMYK
RGB Variations
Color information
#AB7D0D (or 0xAB7D0D) is known color: Dark Goldenrod. HEX triplet: AB, 7D and 0D. RGB value is (171,125,13). Sum of RGB (Red+Green+Blue) = 171+125+13=309 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.34% from 309); Green value is 125 (49.22% from 255 or 40.45% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7D0D is #5482F2. Grayscale: #7E7E7E. Windows color (decimal): -5538547 or 884139. OLE color: 884139.
HSL color Cylindrical-coordinate representation of color #AB7D0D: hue angle of 42.53º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB7D0D is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 125 | 13 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.33 |
| HSL | 42.53º | 0.86% | 0.36% | - |
| HSV(B) | 42.53º | 0.92% | 0.67% | - |
| XYZ | 24.2 | 23.35 | 3.61 | - |
| YUV | 125.99 | 64.24 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 125 | 13 | 0 | 0.27 | 0.92 | 0.33 | 42.53 | 0.86 | 0.36 |
| Hex | AB | 7D | D | 0 | 1B | 5C | 21 | 2B | 56 | 24 |
| Octal | 253 | 175 | 15 | 0 | 33 | 134 | 41 | 53 | 126 | 44 |
| Binary | 10101011 | 1111101 | 1101 | 0 | 11011 | 1011100 | 100001 | 101011 | 1010110 | 100100 |
Color Harmonies of #AB7D0D
Complementary color
Monochromatic Colors of #AB7D0D
Black with #AB7D0D
Text Example
Text Example
White with #AB7D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7D0D; }
p { color: rgb(171,125,13); }
H1.HeaderClassName
{
color: #AB7D0D;
}
.AnyTagClassName
{
color: #AB7D0D;
}
</style>
background-color css
<style>
a { background-color: #AB7D0D; }
a { background-color: rgb(171,125,13); }
div.DivClassName
{
background-color: #AB7D0D;
}
.BgClassName
{
background-color: #AB7D0D;
}
</style>
border-color css
<style>
span { border-color: #AB7D0D; }
span { border-color: rgb(171,125,13); }
td.TdClassName
{
border-color: #AB7D0D;
}
.TagClassName
{
border-color: #AB7D0D;
}
</style>