Shades of Metallic Gold #D5AF33
Tints of Metallic Gold #D5AF33
RGB
CMYK
RGB Variations
Color information
#D5AF33 (or 0xD5AF33) is known color: Metallic Gold. HEX triplet: D5, AF and 33. RGB value is (213,175,51). Sum of RGB (Red+Green+Blue) = 213+175+51=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 51 (20.31% from 255 or 11.62% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AF33 is #2A50CC. Grayscale: #ACACAC. Windows color (decimal): -2773197 or 3387349. OLE color: 3387349.
HSL color Cylindrical-coordinate representation of color #D5AF33: hue angle of 45.93º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D5AF33 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 175 | 51 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.16 |
| HSL | 45.93º | 0.66% | 0.52% | - |
| HSV(B) | 45.93º | 0.76% | 0.84% | - |
| XYZ | 43.37 | 45.05 | 9.54 | - |
| YUV | 172.23 | 59.59 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 51 | 0 | 0.18 | 0.76 | 0.16 | 45.93 | 0.66 | 0.52 |
| Hex | D5 | AF | 33 | 0 | 12 | 4C | 10 | 2E | 42 | 34 |
| Octal | 325 | 257 | 63 | 0 | 22 | 114 | 20 | 56 | 102 | 64 |
| Binary | 11010101 | 10101111 | 110011 | 0 | 10010 | 1001100 | 10000 | 101110 | 1000010 | 110100 |
Color Harmonies of #D5AF33
Complementary color
Monochromatic Colors of #D5AF33
Black with #D5AF33
Text Example
Text Example
White with #D5AF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AF33; }
p { color: rgb(213,175,51); }
H1.HeaderClassName
{
color: #D5AF33;
}
.AnyTagClassName
{
color: #D5AF33;
}
</style>
background-color css
<style>
a { background-color: #D5AF33; }
a { background-color: rgb(213,175,51); }
div.DivClassName
{
background-color: #D5AF33;
}
.BgClassName
{
background-color: #D5AF33;
}
</style>
border-color css
<style>
span { border-color: #D5AF33; }
span { border-color: rgb(213,175,51); }
td.TdClassName
{
border-color: #D5AF33;
}
.TagClassName
{
border-color: #D5AF33;
}
</style>