Shades of Gold Tips #D8AF2A
Tints of Gold Tips #D8AF2A
RGB
CMYK
RGB Variations
Color information
#D8AF2A (or 0xD8AF2A) is known color: Gold Tips. HEX triplet: D8, AF and 2A. RGB value is (216,175,42). Sum of RGB (Red+Green+Blue) = 216+175+42=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 42 (16.80% from 255 or 9.70% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AF2A is #2750D5. Grayscale: #ACACAC. Windows color (decimal): -2576598 or 2797528. OLE color: 2797528.
HSL color Cylindrical-coordinate representation of color #D8AF2A: hue angle of 45.86º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D8AF2A is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 175 | 42 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.15 |
| HSL | 45.86º | 0.69% | 0.51% | - |
| HSV(B) | 45.86º | 0.81% | 0.85% | - |
| XYZ | 44.07 | 45.43 | 8.64 | - |
| YUV | 172.1 | 54.58 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 175 | 42 | 0 | 0.19 | 0.81 | 0.15 | 45.86 | 0.69 | 0.51 |
| Hex | D8 | AF | 2A | 0 | 13 | 51 | F | 2E | 45 | 33 |
| Octal | 330 | 257 | 52 | 0 | 23 | 121 | 17 | 56 | 105 | 63 |
| Binary | 11011000 | 10101111 | 101010 | 0 | 10011 | 1010001 | 1111 | 101110 | 1000101 | 110011 |
Color Harmonies of #D8AF2A
Complementary color
Monochromatic Colors of #D8AF2A
Black with #D8AF2A
Text Example
Text Example
White with #D8AF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AF2A; }
p { color: rgb(216,175,42); }
H1.HeaderClassName
{
color: #D8AF2A;
}
.AnyTagClassName
{
color: #D8AF2A;
}
</style>
background-color css
<style>
a { background-color: #D8AF2A; }
a { background-color: rgb(216,175,42); }
div.DivClassName
{
background-color: #D8AF2A;
}
.BgClassName
{
background-color: #D8AF2A;
}
</style>
border-color css
<style>
span { border-color: #D8AF2A; }
span { border-color: rgb(216,175,42); }
td.TdClassName
{
border-color: #D8AF2A;
}
.TagClassName
{
border-color: #D8AF2A;
}
</style>