Shades of Metallic Gold #DFB133
Tints of Metallic Gold #DFB133
RGB
CMYK
RGB Variations
Color information
#DFB133 (or 0xDFB133) is known color: Metallic Gold. HEX triplet: DF, B1 and 33. RGB value is (223,177,51). Sum of RGB (Red+Green+Blue) = 223+177+51=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 177 (69.53% from 255 or 39.25% from 451); Blue value is 51 (20.31% from 255 or 11.31% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB133 is #204ECC. Grayscale: #B0B0B0. Windows color (decimal): -2117325 or 3387871. OLE color: 3387871.
HSL color Cylindrical-coordinate representation of color #DFB133: hue angle of 43.95º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DFB133 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 51 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.13 |
| HSL | 43.95º | 0.73% | 0.54% | - |
| HSV(B) | 43.95º | 0.77% | 0.87% | - |
| XYZ | 46.75 | 47.37 | 9.81 | - |
| YUV | 176.39 | 57.24 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 51 | 0 | 0.21 | 0.77 | 0.13 | 43.95 | 0.73 | 0.54 |
| Hex | DF | B1 | 33 | 0 | 15 | 4D | D | 2C | 49 | 36 |
| Octal | 337 | 261 | 63 | 0 | 25 | 115 | 15 | 54 | 111 | 66 |
| Binary | 11011111 | 10110001 | 110011 | 0 | 10101 | 1001101 | 1101 | 101100 | 1001001 | 110110 |
Color Harmonies of #DFB133
Complementary color
Monochromatic Colors of #DFB133
Black with #DFB133
Text Example
Text Example
White with #DFB133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB133; }
p { color: rgb(223,177,51); }
H1.HeaderClassName
{
color: #DFB133;
}
.AnyTagClassName
{
color: #DFB133;
}
</style>
background-color css
<style>
a { background-color: #DFB133; }
a { background-color: rgb(223,177,51); }
div.DivClassName
{
background-color: #DFB133;
}
.BgClassName
{
background-color: #DFB133;
}
</style>
border-color css
<style>
span { border-color: #DFB133; }
span { border-color: rgb(223,177,51); }
td.TdClassName
{
border-color: #DFB133;
}
.TagClassName
{
border-color: #DFB133;
}
</style>