Shades of Confetti #DBC44A
Tints of Confetti #DBC44A
RGB
CMYK
RGB Variations
Color information
#DBC44A (or 0xDBC44A) is known color: Confetti. HEX triplet: DB, C4 and 4A. RGB value is (219,196,74). Sum of RGB (Red+Green+Blue) = 219+196+74=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 196 (76.95% from 255 or 40.08% from 489); Blue value is 74 (29.30% from 255 or 15.13% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC44A is #243BB5. Grayscale: #BDBDBD. Windows color (decimal): -2374582 or 4900059. OLE color: 4900059.
HSL color Cylindrical-coordinate representation of color #DBC44A: hue angle of 50.48º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DBC44A is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 196 | 74 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.14 |
| HSL | 50.48º | 0.67% | 0.57% | - |
| HSV(B) | 50.48º | 0.66% | 0.86% | - |
| XYZ | 50.19 | 55.03 | 14.46 | - |
| YUV | 188.97 | 63.12 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 196 | 74 | 0 | 0.11 | 0.66 | 0.14 | 50.48 | 0.67 | 0.57 |
| Hex | DB | C4 | 4A | 0 | B | 42 | E | 32 | 43 | 39 |
| Octal | 333 | 304 | 112 | 0 | 13 | 102 | 16 | 62 | 103 | 71 |
| Binary | 11011011 | 11000100 | 1001010 | 0 | 1011 | 1000010 | 1110 | 110010 | 1000011 | 111001 |
Color Harmonies of #DBC44A
Complementary color
Monochromatic Colors of #DBC44A
Black with #DBC44A
Text Example
Text Example
White with #DBC44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC44A; }
p { color: rgb(219,196,74); }
H1.HeaderClassName
{
color: #DBC44A;
}
.AnyTagClassName
{
color: #DBC44A;
}
</style>
background-color css
<style>
a { background-color: #DBC44A; }
a { background-color: rgb(219,196,74); }
div.DivClassName
{
background-color: #DBC44A;
}
.BgClassName
{
background-color: #DBC44A;
}
</style>
border-color css
<style>
span { border-color: #DBC44A; }
span { border-color: rgb(219,196,74); }
td.TdClassName
{
border-color: #DBC44A;
}
.TagClassName
{
border-color: #DBC44A;
}
</style>