Shades of Confetti #DBCC54
Tints of Confetti #DBCC54
RGB
CMYK
RGB Variations
Color information
#DBCC54 (or 0xDBCC54) is known color: Confetti. HEX triplet: DB, CC and 54. RGB value is (219,204,84). Sum of RGB (Red+Green+Blue) = 219+204+84=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 84 (33.20% from 255 or 16.57% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCC54 is #2433AB. Grayscale: #C3C3C3. Windows color (decimal): -2372524 or 5557467. OLE color: 5557467.
HSL color Cylindrical-coordinate representation of color #DBCC54: hue angle of 53.33º 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 #DBCC54 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 84 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.14 |
| HSL | 53.33º | 0.65% | 0.59% | - |
| HSV(B) | 53.33º | 0.62% | 0.86% | - |
| XYZ | 52.41 | 58.89 | 16.99 | - |
| YUV | 194.81 | 65.47 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 84 | 0 | 0.07 | 0.62 | 0.14 | 53.33 | 0.65 | 0.59 |
| Hex | DB | CC | 54 | 0 | 7 | 3E | E | 35 | 41 | 3B |
| Octal | 333 | 314 | 124 | 0 | 7 | 76 | 16 | 65 | 101 | 73 |
| Binary | 11011011 | 11001100 | 1010100 | 0 | 111 | 111110 | 1110 | 110101 | 1000001 | 111011 |
Color Harmonies of #DBCC54
Complementary color
Monochromatic Colors of #DBCC54
Black with #DBCC54
Text Example
Text Example
White with #DBCC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC54; }
p { color: rgb(219,204,84); }
H1.HeaderClassName
{
color: #DBCC54;
}
.AnyTagClassName
{
color: #DBCC54;
}
</style>
background-color css
<style>
a { background-color: #DBCC54; }
a { background-color: rgb(219,204,84); }
div.DivClassName
{
background-color: #DBCC54;
}
.BgClassName
{
background-color: #DBCC54;
}
</style>
border-color css
<style>
span { border-color: #DBCC54; }
span { border-color: rgb(219,204,84); }
td.TdClassName
{
border-color: #DBCC54;
}
.TagClassName
{
border-color: #DBCC54;
}
</style>