Shades of Dark Goldenrod #AB7803
Tints of Dark Goldenrod #AB7803
RGB
CMYK
RGB Variations
Color information
#AB7803 (or 0xAB7803) is known color: Dark Goldenrod. HEX triplet: AB, 78 and 03. RGB value is (171,120,3). Sum of RGB (Red+Green+Blue) = 171+120+3=294 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.16% from 294); Green value is 120 (47.27% from 255 or 40.82% from 294); Blue value is 3 (1.56% from 255 or 1.02% from 294); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7803 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7803 is #5487FC. Grayscale: #7A7A7A. Windows color (decimal): -5539837 or 227499. OLE color: 227499.
HSL color Cylindrical-coordinate representation of color #AB7803: hue angle of 41.79º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB7803 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 120 | 3 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.33 |
| HSL | 41.79º | 0.97% | 0.34% | - |
| HSV(B) | 41.79º | 0.98% | 0.67% | - |
| XYZ | 23.53 | 22.1 | 3.11 | - |
| YUV | 121.91 | 60.9 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 120 | 3 | 0 | 0.30 | 0.98 | 0.33 | 41.79 | 0.97 | 0.34 |
| Hex | AB | 78 | 3 | 0 | 1E | 62 | 21 | 2A | 61 | 22 |
| Octal | 253 | 170 | 3 | 0 | 36 | 142 | 41 | 52 | 141 | 42 |
| Binary | 10101011 | 1111000 | 11 | 0 | 11110 | 1100010 | 100001 | 101010 | 1100001 | 100010 |
Color Harmonies of #AB7803
Complementary color
Monochromatic Colors of #AB7803
Black with #AB7803
Text Example
Text Example
White with #AB7803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7803; }
p { color: rgb(171,120,3); }
H1.HeaderClassName
{
color: #AB7803;
}
.AnyTagClassName
{
color: #AB7803;
}
</style>
background-color css
<style>
a { background-color: #AB7803; }
a { background-color: rgb(171,120,3); }
div.DivClassName
{
background-color: #AB7803;
}
.BgClassName
{
background-color: #AB7803;
}
</style>
border-color css
<style>
span { border-color: #AB7803; }
span { border-color: rgb(171,120,3); }
td.TdClassName
{
border-color: #AB7803;
}
.TagClassName
{
border-color: #AB7803;
}
</style>