Shades of Gold Tips #DCAF25
Tints of Gold Tips #DCAF25
RGB
CMYK
RGB Variations
Color information
#DCAF25 (or 0xDCAF25) is known color: Gold Tips. HEX triplet: DC, AF and 25. RGB value is (220,175,37). Sum of RGB (Red+Green+Blue) = 220+175+37=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 37 (14.84% from 255 or 8.56% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAF25 is #2350DA. Grayscale: #ADADAD. Windows color (decimal): -2314459 or 2469852. OLE color: 2469852.
HSL color Cylindrical-coordinate representation of color #DCAF25: hue angle of 45.25º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCAF25 is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 37 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.14 |
| HSL | 45.25º | 0.72% | 0.5% | - |
| HSV(B) | 45.25º | 0.83% | 0.86% | - |
| XYZ | 45.18 | 46.01 | 8.25 | - |
| YUV | 172.72 | 51.41 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 37 | 0 | 0.20 | 0.83 | 0.14 | 45.25 | 0.72 | 0.5 |
| Hex | DC | AF | 25 | 0 | 14 | 53 | E | 2D | 48 | 32 |
| Octal | 334 | 257 | 45 | 0 | 24 | 123 | 16 | 55 | 110 | 62 |
| Binary | 11011100 | 10101111 | 100101 | 0 | 10100 | 1010011 | 1110 | 101101 | 1001000 | 110010 |
Color Harmonies of #DCAF25
Complementary color
Monochromatic Colors of #DCAF25
Black with #DCAF25
Text Example
Text Example
White with #DCAF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAF25; }
p { color: rgb(220,175,37); }
H1.HeaderClassName
{
color: #DCAF25;
}
.AnyTagClassName
{
color: #DCAF25;
}
</style>
background-color css
<style>
a { background-color: #DCAF25; }
a { background-color: rgb(220,175,37); }
div.DivClassName
{
background-color: #DCAF25;
}
.BgClassName
{
background-color: #DCAF25;
}
</style>
border-color css
<style>
span { border-color: #DCAF25; }
span { border-color: rgb(220,175,37); }
td.TdClassName
{
border-color: #DCAF25;
}
.TagClassName
{
border-color: #DCAF25;
}
</style>