Shades of Confetti #DBC653
Tints of Confetti #DBC653
RGB
CMYK
RGB Variations
Color information
#DBC653 (or 0xDBC653) is known color: Confetti. HEX triplet: DB, C6 and 53. RGB value is (219,198,83). Sum of RGB (Red+Green+Blue) = 219+198+83=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 198 (77.73% from 255 or 39.6% from 500); Blue value is 83 (32.81% from 255 or 16.6% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC653 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC653 is #2439AC. Grayscale: #BFBFBF. Windows color (decimal): -2374061 or 5490395. OLE color: 5490395.
HSL color Cylindrical-coordinate representation of color #DBC653: hue angle of 50.74º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DBC653 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 83 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.14 |
| HSL | 50.74º | 0.65% | 0.59% | - |
| HSV(B) | 50.74º | 0.62% | 0.86% | - |
| XYZ | 50.97 | 56.07 | 16.32 | - |
| YUV | 191.17 | 66.96 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 83 | 0 | 0.10 | 0.62 | 0.14 | 50.74 | 0.65 | 0.59 |
| Hex | DB | C6 | 53 | 0 | A | 3E | E | 33 | 41 | 3B |
| Octal | 333 | 306 | 123 | 0 | 12 | 76 | 16 | 63 | 101 | 73 |
| Binary | 11011011 | 11000110 | 1010011 | 0 | 1010 | 111110 | 1110 | 110011 | 1000001 | 111011 |
Color Harmonies of #DBC653
Complementary color
Monochromatic Colors of #DBC653
Black with #DBC653
Text Example
Text Example
White with #DBC653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC653; }
p { color: rgb(219,198,83); }
H1.HeaderClassName
{
color: #DBC653;
}
.AnyTagClassName
{
color: #DBC653;
}
</style>
background-color css
<style>
a { background-color: #DBC653; }
a { background-color: rgb(219,198,83); }
div.DivClassName
{
background-color: #DBC653;
}
.BgClassName
{
background-color: #DBC653;
}
</style>
border-color css
<style>
span { border-color: #DBC653; }
span { border-color: rgb(219,198,83); }
td.TdClassName
{
border-color: #DBC653;
}
.TagClassName
{
border-color: #DBC653;
}
</style>