Shades of Confetti #DBCC4F
Tints of Confetti #DBCC4F
RGB
CMYK
RGB Variations
Color information
#DBCC4F (or 0xDBCC4F) is known color: Confetti. HEX triplet: DB, CC and 4F. RGB value is (219,204,79). Sum of RGB (Red+Green+Blue) = 219+204+79=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 79 (31.25% from 255 or 15.74% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCC4F is #2433B0. Grayscale: #C2C2C2. Windows color (decimal): -2372529 or 5229787. OLE color: 5229787.
HSL color Cylindrical-coordinate representation of color #DBCC4F: hue angle of 53.57º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DBCC4F is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 79 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.14 |
| HSL | 53.57º | 0.66% | 0.58% | - |
| HSV(B) | 53.57º | 0.64% | 0.86% | - |
| XYZ | 52.22 | 58.81 | 16 | - |
| YUV | 194.24 | 62.97 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 79 | 0 | 0.07 | 0.64 | 0.14 | 53.57 | 0.66 | 0.58 |
| Hex | DB | CC | 4F | 0 | 7 | 40 | E | 36 | 42 | 3A |
| Octal | 333 | 314 | 117 | 0 | 7 | 100 | 16 | 66 | 102 | 72 |
| Binary | 11011011 | 11001100 | 1001111 | 0 | 111 | 1000000 | 1110 | 110110 | 1000010 | 111010 |
Color Harmonies of #DBCC4F
Complementary color
Monochromatic Colors of #DBCC4F
Black with #DBCC4F
Text Example
Text Example
White with #DBCC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC4F; }
p { color: rgb(219,204,79); }
H1.HeaderClassName
{
color: #DBCC4F;
}
.AnyTagClassName
{
color: #DBCC4F;
}
</style>
background-color css
<style>
a { background-color: #DBCC4F; }
a { background-color: rgb(219,204,79); }
div.DivClassName
{
background-color: #DBCC4F;
}
.BgClassName
{
background-color: #DBCC4F;
}
</style>
border-color css
<style>
span { border-color: #DBCC4F; }
span { border-color: rgb(219,204,79); }
td.TdClassName
{
border-color: #DBCC4F;
}
.TagClassName
{
border-color: #DBCC4F;
}
</style>