Shades of Confetti #DBBD4A
Tints of Confetti #DBBD4A
RGB
CMYK
RGB Variations
Color information
#DBBD4A (or 0xDBBD4A) is known color: Confetti. HEX triplet: DB, BD and 4A. RGB value is (219,189,74). Sum of RGB (Red+Green+Blue) = 219+189+74=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 74 (29.30% from 255 or 15.35% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBD4A is #2442B5. Grayscale: #B9B9B9. Windows color (decimal): -2376374 or 4898267. OLE color: 4898267.
HSL color Cylindrical-coordinate representation of color #DBBD4A: hue angle of 47.59º 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 #DBBD4A is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 74 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.14 |
| HSL | 47.59º | 0.67% | 0.57% | - |
| HSV(B) | 47.59º | 0.66% | 0.86% | - |
| XYZ | 48.65 | 51.95 | 13.94 | - |
| YUV | 184.86 | 65.44 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 74 | 0 | 0.14 | 0.66 | 0.14 | 47.59 | 0.67 | 0.57 |
| Hex | DB | BD | 4A | 0 | E | 42 | E | 30 | 43 | 39 |
| Octal | 333 | 275 | 112 | 0 | 16 | 102 | 16 | 60 | 103 | 71 |
| Binary | 11011011 | 10111101 | 1001010 | 0 | 1110 | 1000010 | 1110 | 110000 | 1000011 | 111001 |
Color Harmonies of #DBBD4A
Complementary color
Monochromatic Colors of #DBBD4A
Black with #DBBD4A
Text Example
Text Example
White with #DBBD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD4A; }
p { color: rgb(219,189,74); }
H1.HeaderClassName
{
color: #DBBD4A;
}
.AnyTagClassName
{
color: #DBBD4A;
}
</style>
background-color css
<style>
a { background-color: #DBBD4A; }
a { background-color: rgb(219,189,74); }
div.DivClassName
{
background-color: #DBBD4A;
}
.BgClassName
{
background-color: #DBBD4A;
}
</style>
border-color css
<style>
span { border-color: #DBBD4A; }
span { border-color: rgb(219,189,74); }
td.TdClassName
{
border-color: #DBBD4A;
}
.TagClassName
{
border-color: #DBBD4A;
}
</style>