Shades of Confetti #DEBC44
Tints of Confetti #DEBC44
RGB
CMYK
RGB Variations
Color information
#DEBC44 (or 0xDEBC44) is known color: Confetti. HEX triplet: DE, BC and 44. RGB value is (222,188,68). Sum of RGB (Red+Green+Blue) = 222+188+68=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 68 (26.95% from 255 or 14.23% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBC44 is #2143BB. Grayscale: #B8B8B8. Windows color (decimal): -2180028 or 4504798. OLE color: 4504798.
HSL color Cylindrical-coordinate representation of color #DEBC44: hue angle of 46.75º 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 #DEBC44 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 188 | 68 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.13 |
| HSL | 46.75º | 0.7% | 0.57% | - |
| HSV(B) | 46.75º | 0.69% | 0.87% | - |
| XYZ | 49.15 | 51.91 | 12.9 | - |
| YUV | 184.49 | 62.26 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 68 | 0 | 0.15 | 0.69 | 0.13 | 46.75 | 0.7 | 0.57 |
| Hex | DE | BC | 44 | 0 | F | 45 | D | 2F | 46 | 39 |
| Octal | 336 | 274 | 104 | 0 | 17 | 105 | 15 | 57 | 106 | 71 |
| Binary | 11011110 | 10111100 | 1000100 | 0 | 1111 | 1000101 | 1101 | 101111 | 1000110 | 111001 |
Color Harmonies of #DEBC44
Complementary color
Monochromatic Colors of #DEBC44
Black with #DEBC44
Text Example
Text Example
White with #DEBC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBC44; }
p { color: rgb(222,188,68); }
H1.HeaderClassName
{
color: #DEBC44;
}
.AnyTagClassName
{
color: #DEBC44;
}
</style>
background-color css
<style>
a { background-color: #DEBC44; }
a { background-color: rgb(222,188,68); }
div.DivClassName
{
background-color: #DEBC44;
}
.BgClassName
{
background-color: #DEBC44;
}
</style>
border-color css
<style>
span { border-color: #DEBC44; }
span { border-color: rgb(222,188,68); }
td.TdClassName
{
border-color: #DEBC44;
}
.TagClassName
{
border-color: #DEBC44;
}
</style>