Shades of Gold Tips #DFB225
Tints of Gold Tips #DFB225
RGB
CMYK
RGB Variations
Color information
#DFB225 (or 0xDFB225) is known color: Gold Tips. HEX triplet: DF, B2 and 25. RGB value is (223,178,37). Sum of RGB (Red+Green+Blue) = 223+178+37=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 37 (14.84% from 255 or 8.45% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB225 is #204DDA. Grayscale: #AFAFAF. Windows color (decimal): -2117083 or 2470623. OLE color: 2470623.
HSL color Cylindrical-coordinate representation of color #DFB225: hue angle of 45.48º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DFB225 is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 37 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.13 |
| HSL | 45.48º | 0.74% | 0.51% | - |
| HSV(B) | 45.48º | 0.83% | 0.87% | - |
| XYZ | 46.69 | 47.66 | 8.49 | - |
| YUV | 175.38 | 49.91 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 37 | 0 | 0.20 | 0.83 | 0.13 | 45.48 | 0.74 | 0.51 |
| Hex | DF | B2 | 25 | 0 | 14 | 53 | D | 2D | 4A | 33 |
| Octal | 337 | 262 | 45 | 0 | 24 | 123 | 15 | 55 | 112 | 63 |
| Binary | 11011111 | 10110010 | 100101 | 0 | 10100 | 1010011 | 1101 | 101101 | 1001010 | 110011 |
Color Harmonies of #DFB225
Complementary color
Monochromatic Colors of #DFB225
Black with #DFB225
Text Example
Text Example
White with #DFB225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB225; }
p { color: rgb(223,178,37); }
H1.HeaderClassName
{
color: #DFB225;
}
.AnyTagClassName
{
color: #DFB225;
}
</style>
background-color css
<style>
a { background-color: #DFB225; }
a { background-color: rgb(223,178,37); }
div.DivClassName
{
background-color: #DFB225;
}
.BgClassName
{
background-color: #DFB225;
}
</style>
border-color css
<style>
span { border-color: #DFB225; }
span { border-color: rgb(223,178,37); }
td.TdClassName
{
border-color: #DFB225;
}
.TagClassName
{
border-color: #DFB225;
}
</style>