Shades of Metallic Gold #DFB637
Tints of Metallic Gold #DFB637
RGB
CMYK
RGB Variations
Color information
#DFB637 (or 0xDFB637) is known color: Metallic Gold. HEX triplet: DF, B6 and 37. RGB value is (223,182,55). Sum of RGB (Red+Green+Blue) = 223+182+55=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 182 (71.48% from 255 or 39.57% from 460); Blue value is 55 (21.88% from 255 or 11.96% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB637 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB637 is #2049C8. Grayscale: #B4B4B4. Windows color (decimal): -2116041 or 3651295. OLE color: 3651295.
HSL color Cylindrical-coordinate representation of color #DFB637: hue angle of 45.36º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DFB637 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 55 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.13 |
| HSL | 45.36º | 0.72% | 0.55% | - |
| HSV(B) | 45.36º | 0.75% | 0.87% | - |
| XYZ | 47.85 | 49.42 | 10.63 | - |
| YUV | 179.78 | 57.58 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 55 | 0 | 0.18 | 0.75 | 0.13 | 45.36 | 0.72 | 0.55 |
| Hex | DF | B6 | 37 | 0 | 12 | 4B | D | 2D | 48 | 37 |
| Octal | 337 | 266 | 67 | 0 | 22 | 113 | 15 | 55 | 110 | 67 |
| Binary | 11011111 | 10110110 | 110111 | 0 | 10010 | 1001011 | 1101 | 101101 | 1001000 | 110111 |
Color Harmonies of #DFB637
Complementary color
Monochromatic Colors of #DFB637
Black with #DFB637
Text Example
Text Example
White with #DFB637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB637; }
p { color: rgb(223,182,55); }
H1.HeaderClassName
{
color: #DFB637;
}
.AnyTagClassName
{
color: #DFB637;
}
</style>
background-color css
<style>
a { background-color: #DFB637; }
a { background-color: rgb(223,182,55); }
div.DivClassName
{
background-color: #DFB637;
}
.BgClassName
{
background-color: #DFB637;
}
</style>
border-color css
<style>
span { border-color: #DFB637; }
span { border-color: rgb(223,182,55); }
td.TdClassName
{
border-color: #DFB637;
}
.TagClassName
{
border-color: #DFB637;
}
</style>