Shades of Gold Tips #D8AF2C
Tints of Gold Tips #D8AF2C
RGB
CMYK
RGB Variations
Color information
#D8AF2C (or 0xD8AF2C) is known color: Gold Tips. HEX triplet: D8, AF and 2C. RGB value is (216,175,44). Sum of RGB (Red+Green+Blue) = 216+175+44=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 44 (17.58% from 255 or 10.11% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AF2C is #2750D3. Grayscale: #ACACAC. Windows color (decimal): -2576596 or 2928600. OLE color: 2928600.
HSL color Cylindrical-coordinate representation of color #D8AF2C: hue angle of 45.7º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D8AF2C is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 175 | 44 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.15 |
| HSL | 45.7º | 0.69% | 0.51% | - |
| HSV(B) | 45.7º | 0.8% | 0.85% | - |
| XYZ | 44.1 | 45.44 | 8.83 | - |
| YUV | 172.33 | 55.58 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 175 | 44 | 0 | 0.19 | 0.80 | 0.15 | 45.7 | 0.69 | 0.51 |
| Hex | D8 | AF | 2C | 0 | 13 | 50 | F | 2E | 45 | 33 |
| Octal | 330 | 257 | 54 | 0 | 23 | 120 | 17 | 56 | 105 | 63 |
| Binary | 11011000 | 10101111 | 101100 | 0 | 10011 | 1010000 | 1111 | 101110 | 1000101 | 110011 |
Color Harmonies of #D8AF2C
Complementary color
Monochromatic Colors of #D8AF2C
Black with #D8AF2C
Text Example
Text Example
White with #D8AF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AF2C; }
p { color: rgb(216,175,44); }
H1.HeaderClassName
{
color: #D8AF2C;
}
.AnyTagClassName
{
color: #D8AF2C;
}
</style>
background-color css
<style>
a { background-color: #D8AF2C; }
a { background-color: rgb(216,175,44); }
div.DivClassName
{
background-color: #D8AF2C;
}
.BgClassName
{
background-color: #D8AF2C;
}
</style>
border-color css
<style>
span { border-color: #D8AF2C; }
span { border-color: rgb(216,175,44); }
td.TdClassName
{
border-color: #D8AF2C;
}
.TagClassName
{
border-color: #D8AF2C;
}
</style>