Shades of Confetti #DEBE42
Tints of Confetti #DEBE42
RGB
CMYK
RGB Variations
Color information
#DEBE42 (or 0xDEBE42) is known color: Confetti. HEX triplet: DE, BE and 42. RGB value is (222,190,66). Sum of RGB (Red+Green+Blue) = 222+190+66=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 66 (26.17% from 255 or 13.81% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBE42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBE42 is #2141BD. Grayscale: #B9B9B9. Windows color (decimal): -2179518 or 4374238. OLE color: 4374238.
HSL color Cylindrical-coordinate representation of color #DEBE42: hue angle of 47.69º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DEBE42 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 190 | 66 | - |
| CMYK | 0 | 0.14 | 0.70 | 0.13 |
| HSL | 47.69º | 0.7% | 0.56% | - |
| HSV(B) | 47.69º | 0.7% | 0.87% | - |
| XYZ | 49.52 | 52.75 | 12.73 | - |
| YUV | 185.43 | 60.6 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 66 | 0 | 0.14 | 0.70 | 0.13 | 47.69 | 0.7 | 0.56 |
| Hex | DE | BE | 42 | 0 | E | 46 | D | 30 | 46 | 38 |
| Octal | 336 | 276 | 102 | 0 | 16 | 106 | 15 | 60 | 106 | 70 |
| Binary | 11011110 | 10111110 | 1000010 | 0 | 1110 | 1000110 | 1101 | 110000 | 1000110 | 111000 |
Color Harmonies of #DEBE42
Complementary color
Monochromatic Colors of #DEBE42
Black with #DEBE42
Text Example
Text Example
White with #DEBE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBE42; }
p { color: rgb(222,190,66); }
H1.HeaderClassName
{
color: #DEBE42;
}
.AnyTagClassName
{
color: #DEBE42;
}
</style>
background-color css
<style>
a { background-color: #DEBE42; }
a { background-color: rgb(222,190,66); }
div.DivClassName
{
background-color: #DEBE42;
}
.BgClassName
{
background-color: #DEBE42;
}
</style>
border-color css
<style>
span { border-color: #DEBE42; }
span { border-color: rgb(222,190,66); }
td.TdClassName
{
border-color: #DEBE42;
}
.TagClassName
{
border-color: #DEBE42;
}
</style>