Shades of Gold Tips #DCAF2B
Tints of Gold Tips #DCAF2B
RGB
CMYK
RGB Variations
Color information
#DCAF2B (or 0xDCAF2B) is known color: Gold Tips. HEX triplet: DC, AF and 2B. RGB value is (220,175,43). Sum of RGB (Red+Green+Blue) = 220+175+43=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 43 (17.19% from 255 or 9.82% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAF2B is #2350D4. Grayscale: #ADADAD. Windows color (decimal): -2314453 or 2863068. OLE color: 2863068.
HSL color Cylindrical-coordinate representation of color #DCAF2B: hue angle of 44.75º degrees, saturation: 0.72, 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 #DCAF2B is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 43 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.14 |
| HSL | 44.75º | 0.72% | 0.52% | - |
| HSV(B) | 44.75º | 0.8% | 0.86% | - |
| XYZ | 45.28 | 46.05 | 8.79 | - |
| YUV | 173.41 | 54.41 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 43 | 0 | 0.20 | 0.80 | 0.14 | 44.75 | 0.72 | 0.52 |
| Hex | DC | AF | 2B | 0 | 14 | 50 | E | 2D | 48 | 34 |
| Octal | 334 | 257 | 53 | 0 | 24 | 120 | 16 | 55 | 110 | 64 |
| Binary | 11011100 | 10101111 | 101011 | 0 | 10100 | 1010000 | 1110 | 101101 | 1001000 | 110100 |
Color Harmonies of #DCAF2B
Complementary color
Monochromatic Colors of #DCAF2B
Black with #DCAF2B
Text Example
Text Example
White with #DCAF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAF2B; }
p { color: rgb(220,175,43); }
H1.HeaderClassName
{
color: #DCAF2B;
}
.AnyTagClassName
{
color: #DCAF2B;
}
</style>
background-color css
<style>
a { background-color: #DCAF2B; }
a { background-color: rgb(220,175,43); }
div.DivClassName
{
background-color: #DCAF2B;
}
.BgClassName
{
background-color: #DCAF2B;
}
</style>
border-color css
<style>
span { border-color: #DCAF2B; }
span { border-color: rgb(220,175,43); }
td.TdClassName
{
border-color: #DCAF2B;
}
.TagClassName
{
border-color: #DCAF2B;
}
</style>