Shades of Confetti #DBCC55
Tints of Confetti #DBCC55
RGB
CMYK
RGB Variations
Color information
#DBCC55 (or 0xDBCC55) is known color: Confetti. HEX triplet: DB, CC and 55. RGB value is (219,204,85). Sum of RGB (Red+Green+Blue) = 219+204+85=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 85 (33.59% from 255 or 16.73% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCC55 is #2433AA. Grayscale: #C3C3C3. Windows color (decimal): -2372523 or 5623003. OLE color: 5623003.
HSL color Cylindrical-coordinate representation of color #DBCC55: hue angle of 53.28º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBCC55 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 85 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.14 |
| HSL | 53.28º | 0.65% | 0.6% | - |
| HSV(B) | 53.28º | 0.61% | 0.86% | - |
| XYZ | 52.45 | 58.9 | 17.2 | - |
| YUV | 194.92 | 65.97 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 85 | 0 | 0.07 | 0.61 | 0.14 | 53.28 | 0.65 | 0.6 |
| Hex | DB | CC | 55 | 0 | 7 | 3D | E | 35 | 41 | 3C |
| Octal | 333 | 314 | 125 | 0 | 7 | 75 | 16 | 65 | 101 | 74 |
| Binary | 11011011 | 11001100 | 1010101 | 0 | 111 | 111101 | 1110 | 110101 | 1000001 | 111100 |
Color Harmonies of #DBCC55
Complementary color
Monochromatic Colors of #DBCC55
Black with #DBCC55
Text Example
Text Example
White with #DBCC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC55; }
p { color: rgb(219,204,85); }
H1.HeaderClassName
{
color: #DBCC55;
}
.AnyTagClassName
{
color: #DBCC55;
}
</style>
background-color css
<style>
a { background-color: #DBCC55; }
a { background-color: rgb(219,204,85); }
div.DivClassName
{
background-color: #DBCC55;
}
.BgClassName
{
background-color: #DBCC55;
}
</style>
border-color css
<style>
span { border-color: #DBCC55; }
span { border-color: rgb(219,204,85); }
td.TdClassName
{
border-color: #DBCC55;
}
.TagClassName
{
border-color: #DBCC55;
}
</style>