Shades of Confetti #DBCC42
Tints of Confetti #DBCC42
RGB
CMYK
RGB Variations
Color information
#DBCC42 (or 0xDBCC42) is known color: Confetti. HEX triplet: DB, CC and 42. RGB value is (219,204,66). Sum of RGB (Red+Green+Blue) = 219+204+66=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 66 (26.17% from 255 or 13.50% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCC42 is #2433BD. Grayscale: #C1C1C1. Windows color (decimal): -2372542 or 4377819. OLE color: 4377819.
HSL color Cylindrical-coordinate representation of color #DBCC42: hue angle of 54.12º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBCC42 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 66 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.14 |
| HSL | 54.12º | 0.68% | 0.56% | - |
| HSV(B) | 54.12º | 0.7% | 0.86% | - |
| XYZ | 51.79 | 58.64 | 13.74 | - |
| YUV | 192.75 | 56.47 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 66 | 0 | 0.07 | 0.70 | 0.14 | 54.12 | 0.68 | 0.56 |
| Hex | DB | CC | 42 | 0 | 7 | 46 | E | 36 | 44 | 38 |
| Octal | 333 | 314 | 102 | 0 | 7 | 106 | 16 | 66 | 104 | 70 |
| Binary | 11011011 | 11001100 | 1000010 | 0 | 111 | 1000110 | 1110 | 110110 | 1000100 | 111000 |
Color Harmonies of #DBCC42
Complementary color
Monochromatic Colors of #DBCC42
Black with #DBCC42
Text Example
Text Example
White with #DBCC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC42; }
p { color: rgb(219,204,66); }
H1.HeaderClassName
{
color: #DBCC42;
}
.AnyTagClassName
{
color: #DBCC42;
}
</style>
background-color css
<style>
a { background-color: #DBCC42; }
a { background-color: rgb(219,204,66); }
div.DivClassName
{
background-color: #DBCC42;
}
.BgClassName
{
background-color: #DBCC42;
}
</style>
border-color css
<style>
span { border-color: #DBCC42; }
span { border-color: rgb(219,204,66); }
td.TdClassName
{
border-color: #DBCC42;
}
.TagClassName
{
border-color: #DBCC42;
}
</style>