Shades of Confetti #DBBD43
Tints of Confetti #DBBD43
RGB
CMYK
RGB Variations
Color information
#DBBD43 (or 0xDBBD43) is known color: Confetti. HEX triplet: DB, BD and 43. RGB value is (219,189,67). Sum of RGB (Red+Green+Blue) = 219+189+67=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 67 (26.56% from 255 or 14.11% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBD43 is #2442BC. Grayscale: #B8B8B8. Windows color (decimal): -2376381 or 4439515. OLE color: 4439515.
HSL color Cylindrical-coordinate representation of color #DBBD43: hue angle of 48.16º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DBBD43 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 67 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.14 |
| HSL | 48.16º | 0.68% | 0.56% | - |
| HSV(B) | 48.16º | 0.69% | 0.86% | - |
| XYZ | 48.42 | 51.86 | 12.77 | - |
| YUV | 184.06 | 61.94 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 67 | 0 | 0.14 | 0.69 | 0.14 | 48.16 | 0.68 | 0.56 |
| Hex | DB | BD | 43 | 0 | E | 45 | E | 30 | 44 | 38 |
| Octal | 333 | 275 | 103 | 0 | 16 | 105 | 16 | 60 | 104 | 70 |
| Binary | 11011011 | 10111101 | 1000011 | 0 | 1110 | 1000101 | 1110 | 110000 | 1000100 | 111000 |
Color Harmonies of #DBBD43
Complementary color
Monochromatic Colors of #DBBD43
Black with #DBBD43
Text Example
Text Example
White with #DBBD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD43; }
p { color: rgb(219,189,67); }
H1.HeaderClassName
{
color: #DBBD43;
}
.AnyTagClassName
{
color: #DBBD43;
}
</style>
background-color css
<style>
a { background-color: #DBBD43; }
a { background-color: rgb(219,189,67); }
div.DivClassName
{
background-color: #DBBD43;
}
.BgClassName
{
background-color: #DBBD43;
}
</style>
border-color css
<style>
span { border-color: #DBBD43; }
span { border-color: rgb(219,189,67); }
td.TdClassName
{
border-color: #DBBD43;
}
.TagClassName
{
border-color: #DBBD43;
}
</style>