Shades of Gold Tips #DCAF2D
Tints of Gold Tips #DCAF2D
RGB
CMYK
RGB Variations
Color information
#DCAF2D (or 0xDCAF2D) is known color: Gold Tips. HEX triplet: DC, AF and 2D. RGB value is (220,175,45). Sum of RGB (Red+Green+Blue) = 220+175+45=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 45 (17.97% from 255 or 10.23% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAF2D is #2350D2. Grayscale: #AEAEAE. Windows color (decimal): -2314451 or 2994140. OLE color: 2994140.
HSL color Cylindrical-coordinate representation of color #DCAF2D: hue angle of 44.57º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCAF2D is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 45 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.14 |
| HSL | 44.57º | 0.71% | 0.52% | - |
| HSV(B) | 44.57º | 0.8% | 0.86% | - |
| XYZ | 45.32 | 46.07 | 8.99 | - |
| YUV | 173.64 | 55.41 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 45 | 0 | 0.20 | 0.80 | 0.14 | 44.57 | 0.71 | 0.52 |
| Hex | DC | AF | 2D | 0 | 14 | 50 | E | 2D | 47 | 34 |
| Octal | 334 | 257 | 55 | 0 | 24 | 120 | 16 | 55 | 107 | 64 |
| Binary | 11011100 | 10101111 | 101101 | 0 | 10100 | 1010000 | 1110 | 101101 | 1000111 | 110100 |
Color Harmonies of #DCAF2D
Complementary color
Monochromatic Colors of #DCAF2D
Black with #DCAF2D
Text Example
Text Example
White with #DCAF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAF2D; }
p { color: rgb(220,175,45); }
H1.HeaderClassName
{
color: #DCAF2D;
}
.AnyTagClassName
{
color: #DCAF2D;
}
</style>
background-color css
<style>
a { background-color: #DCAF2D; }
a { background-color: rgb(220,175,45); }
div.DivClassName
{
background-color: #DCAF2D;
}
.BgClassName
{
background-color: #DCAF2D;
}
</style>
border-color css
<style>
span { border-color: #DCAF2D; }
span { border-color: rgb(220,175,45); }
td.TdClassName
{
border-color: #DCAF2D;
}
.TagClassName
{
border-color: #DCAF2D;
}
</style>