Shades of Confetti #DEBB44
Tints of Confetti #DEBB44
RGB
CMYK
RGB Variations
Color information
#DEBB44 (or 0xDEBB44) is known color: Confetti. HEX triplet: DE, BB and 44. RGB value is (222,187,68). Sum of RGB (Red+Green+Blue) = 222+187+68=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 68 (26.95% from 255 or 14.26% from 477); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBB44 is #2144BB. Grayscale: #B8B8B8. Windows color (decimal): -2180284 or 4504542. OLE color: 4504542.
HSL color Cylindrical-coordinate representation of color #DEBB44: hue angle of 46.36º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DEBB44 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 68 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.13 |
| HSL | 46.36º | 0.7% | 0.57% | - |
| HSV(B) | 46.36º | 0.69% | 0.87% | - |
| XYZ | 48.94 | 51.49 | 12.83 | - |
| YUV | 183.9 | 62.6 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 68 | 0 | 0.16 | 0.69 | 0.13 | 46.36 | 0.7 | 0.57 |
| Hex | DE | BB | 44 | 0 | 10 | 45 | D | 2E | 46 | 39 |
| Octal | 336 | 273 | 104 | 0 | 20 | 105 | 15 | 56 | 106 | 71 |
| Binary | 11011110 | 10111011 | 1000100 | 0 | 10000 | 1000101 | 1101 | 101110 | 1000110 | 111001 |
Color Harmonies of #DEBB44
Complementary color
Monochromatic Colors of #DEBB44
Black with #DEBB44
Text Example
Text Example
White with #DEBB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBB44; }
p { color: rgb(222,187,68); }
H1.HeaderClassName
{
color: #DEBB44;
}
.AnyTagClassName
{
color: #DEBB44;
}
</style>
background-color css
<style>
a { background-color: #DEBB44; }
a { background-color: rgb(222,187,68); }
div.DivClassName
{
background-color: #DEBB44;
}
.BgClassName
{
background-color: #DEBB44;
}
</style>
border-color css
<style>
span { border-color: #DEBB44; }
span { border-color: rgb(222,187,68); }
td.TdClassName
{
border-color: #DEBB44;
}
.TagClassName
{
border-color: #DEBB44;
}
</style>