Shades of Metallic Gold #DBB23C
Tints of Metallic Gold #DBB23C
RGB
CMYK
RGB Variations
Color information
#DBB23C (or 0xDBB23C) is known color: Metallic Gold. HEX triplet: DB, B2 and 3C. RGB value is (219,178,60). Sum of RGB (Red+Green+Blue) = 219+178+60=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 178 (69.92% from 255 or 38.95% from 457); Blue value is 60 (23.83% from 255 or 13.13% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB23C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB23C is #244DC3. Grayscale: #B1B1B1. Windows color (decimal): -2379204 or 3977947. OLE color: 3977947.
HSL color Cylindrical-coordinate representation of color #DBB23C: hue angle of 44.53º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBB23C is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 60 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.14 |
| HSL | 44.53º | 0.69% | 0.55% | - |
| HSV(B) | 44.53º | 0.73% | 0.86% | - |
| XYZ | 45.95 | 47.23 | 10.97 | - |
| YUV | 176.81 | 62.08 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 60 | 0 | 0.19 | 0.73 | 0.14 | 44.53 | 0.69 | 0.55 |
| Hex | DB | B2 | 3C | 0 | 13 | 49 | E | 2D | 45 | 37 |
| Octal | 333 | 262 | 74 | 0 | 23 | 111 | 16 | 55 | 105 | 67 |
| Binary | 11011011 | 10110010 | 111100 | 0 | 10011 | 1001001 | 1110 | 101101 | 1000101 | 110111 |
Color Harmonies of #DBB23C
Complementary color
Monochromatic Colors of #DBB23C
Black with #DBB23C
Text Example
Text Example
White with #DBB23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB23C; }
p { color: rgb(219,178,60); }
H1.HeaderClassName
{
color: #DBB23C;
}
.AnyTagClassName
{
color: #DBB23C;
}
</style>
background-color css
<style>
a { background-color: #DBB23C; }
a { background-color: rgb(219,178,60); }
div.DivClassName
{
background-color: #DBB23C;
}
.BgClassName
{
background-color: #DBB23C;
}
</style>
border-color css
<style>
span { border-color: #DBB23C; }
span { border-color: rgb(219,178,60); }
td.TdClassName
{
border-color: #DBB23C;
}
.TagClassName
{
border-color: #DBB23C;
}
</style>