Shades of Metallic Gold #DBB238
Tints of Metallic Gold #DBB238
RGB
CMYK
RGB Variations
Color information
#DBB238 (or 0xDBB238) is known color: Metallic Gold. HEX triplet: DB, B2 and 38. RGB value is (219,178,56). Sum of RGB (Red+Green+Blue) = 219+178+56=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 56 (22.27% from 255 or 12.36% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB238 is #244DC7. Grayscale: #B0B0B0. Windows color (decimal): -2379208 or 3715803. OLE color: 3715803.
HSL color Cylindrical-coordinate representation of color #DBB238: hue angle of 44.91º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBB238 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 56 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.14 |
| HSL | 44.91º | 0.69% | 0.54% | - |
| HSV(B) | 44.91º | 0.74% | 0.86% | - |
| XYZ | 45.85 | 47.19 | 10.43 | - |
| YUV | 176.35 | 60.08 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 56 | 0 | 0.19 | 0.74 | 0.14 | 44.91 | 0.69 | 0.54 |
| Hex | DB | B2 | 38 | 0 | 13 | 4A | E | 2D | 45 | 36 |
| Octal | 333 | 262 | 70 | 0 | 23 | 112 | 16 | 55 | 105 | 66 |
| Binary | 11011011 | 10110010 | 111000 | 0 | 10011 | 1001010 | 1110 | 101101 | 1000101 | 110110 |
Color Harmonies of #DBB238
Complementary color
Monochromatic Colors of #DBB238
Black with #DBB238
Text Example
Text Example
White with #DBB238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB238; }
p { color: rgb(219,178,56); }
H1.HeaderClassName
{
color: #DBB238;
}
.AnyTagClassName
{
color: #DBB238;
}
</style>
background-color css
<style>
a { background-color: #DBB238; }
a { background-color: rgb(219,178,56); }
div.DivClassName
{
background-color: #DBB238;
}
.BgClassName
{
background-color: #DBB238;
}
</style>
border-color css
<style>
span { border-color: #DBB238; }
span { border-color: rgb(219,178,56); }
td.TdClassName
{
border-color: #DBB238;
}
.TagClassName
{
border-color: #DBB238;
}
</style>