Shades of Dark Goldenrod #AF8D03
Tints of Dark Goldenrod #AF8D03
RGB
CMYK
RGB Variations
Color information
#AF8D03 (or 0xAF8D03) is known color: Dark Goldenrod. HEX triplet: AF, 8D and 03. RGB value is (175,141,3). Sum of RGB (Red+Green+Blue) = 175+141+3=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 141 (55.47% from 255 or 44.20% from 319); Blue value is 3 (1.56% from 255 or 0.94% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8D03 is #5072FC. Grayscale: #888888. Windows color (decimal): -5272317 or 232879. OLE color: 232879.
HSL color Cylindrical-coordinate representation of color #AF8D03: hue angle of 48.14º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF8D03 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 141 | 3 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.31 |
| HSL | 48.14º | 0.97% | 0.35% | - |
| HSV(B) | 48.14º | 0.98% | 0.69% | - |
| XYZ | 27.22 | 28.17 | 4.09 | - |
| YUV | 135.43 | 53.26 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 141 | 3 | 0 | 0.19 | 0.98 | 0.31 | 48.14 | 0.97 | 0.35 |
| Hex | AF | 8D | 3 | 0 | 13 | 62 | 1F | 30 | 61 | 23 |
| Octal | 257 | 215 | 3 | 0 | 23 | 142 | 37 | 60 | 141 | 43 |
| Binary | 10101111 | 10001101 | 11 | 0 | 10011 | 1100010 | 11111 | 110000 | 1100001 | 100011 |
Color Harmonies of #AF8D03
Complementary color
Monochromatic Colors of #AF8D03
Black with #AF8D03
Text Example
Text Example
White with #AF8D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8D03; }
p { color: rgb(175,141,3); }
H1.HeaderClassName
{
color: #AF8D03;
}
.AnyTagClassName
{
color: #AF8D03;
}
</style>
background-color css
<style>
a { background-color: #AF8D03; }
a { background-color: rgb(175,141,3); }
div.DivClassName
{
background-color: #AF8D03;
}
.BgClassName
{
background-color: #AF8D03;
}
</style>
border-color css
<style>
span { border-color: #AF8D03; }
span { border-color: rgb(175,141,3); }
td.TdClassName
{
border-color: #AF8D03;
}
.TagClassName
{
border-color: #AF8D03;
}
</style>