Shades of Metallic Gold #DCAF34
Tints of Metallic Gold #DCAF34
RGB
CMYK
RGB Variations
Color information
#DCAF34 (or 0xDCAF34) is known color: Metallic Gold. HEX triplet: DC, AF and 34. RGB value is (220,175,52). Sum of RGB (Red+Green+Blue) = 220+175+52=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 52 (20.70% from 255 or 11.63% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAF34 is #2350CB. Grayscale: #AEAEAE. Windows color (decimal): -2314444 or 3452892. OLE color: 3452892.
HSL color Cylindrical-coordinate representation of color #DCAF34: hue angle of 43.93º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCAF34 is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 52 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.14 |
| HSL | 43.93º | 0.71% | 0.53% | - |
| HSV(B) | 43.93º | 0.76% | 0.86% | - |
| XYZ | 45.47 | 46.12 | 9.76 | - |
| YUV | 174.43 | 58.91 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 52 | 0 | 0.20 | 0.76 | 0.14 | 43.93 | 0.71 | 0.53 |
| Hex | DC | AF | 34 | 0 | 14 | 4C | E | 2C | 47 | 35 |
| Octal | 334 | 257 | 64 | 0 | 24 | 114 | 16 | 54 | 107 | 65 |
| Binary | 11011100 | 10101111 | 110100 | 0 | 10100 | 1001100 | 1110 | 101100 | 1000111 | 110101 |
Color Harmonies of #DCAF34
Complementary color
Monochromatic Colors of #DCAF34
Black with #DCAF34
Text Example
Text Example
White with #DCAF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAF34; }
p { color: rgb(220,175,52); }
H1.HeaderClassName
{
color: #DCAF34;
}
.AnyTagClassName
{
color: #DCAF34;
}
</style>
background-color css
<style>
a { background-color: #DCAF34; }
a { background-color: rgb(220,175,52); }
div.DivClassName
{
background-color: #DCAF34;
}
.BgClassName
{
background-color: #DCAF34;
}
</style>
border-color css
<style>
span { border-color: #DCAF34; }
span { border-color: rgb(220,175,52); }
td.TdClassName
{
border-color: #DCAF34;
}
.TagClassName
{
border-color: #DCAF34;
}
</style>