Shades of Confetti #DECF42
Tints of Confetti #DECF42
RGB
CMYK
RGB Variations
Color information
#DECF42 (or 0xDECF42) is known color: Confetti. HEX triplet: DE, CF and 42. RGB value is (222,207,66). Sum of RGB (Red+Green+Blue) = 222+207+66=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 66 (26.17% from 255 or 13.33% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECF42 is #2130BD. Grayscale: #C3C3C3. Windows color (decimal): -2175166 or 4378590. OLE color: 4378590.
HSL color Cylindrical-coordinate representation of color #DECF42: hue angle of 54.23º 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 #DECF42 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 66 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.13 |
| HSL | 54.23º | 0.7% | 0.56% | - |
| HSV(B) | 54.23º | 0.7% | 0.87% | - |
| XYZ | 53.42 | 60.55 | 14.03 | - |
| YUV | 195.41 | 54.97 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 66 | 0 | 0.07 | 0.70 | 0.13 | 54.23 | 0.7 | 0.56 |
| Hex | DE | CF | 42 | 0 | 7 | 46 | D | 36 | 46 | 38 |
| Octal | 336 | 317 | 102 | 0 | 7 | 106 | 15 | 66 | 106 | 70 |
| Binary | 11011110 | 11001111 | 1000010 | 0 | 111 | 1000110 | 1101 | 110110 | 1000110 | 111000 |
Color Harmonies of #DECF42
Complementary color
Monochromatic Colors of #DECF42
Black with #DECF42
Text Example
Text Example
White with #DECF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECF42; }
p { color: rgb(222,207,66); }
H1.HeaderClassName
{
color: #DECF42;
}
.AnyTagClassName
{
color: #DECF42;
}
</style>
background-color css
<style>
a { background-color: #DECF42; }
a { background-color: rgb(222,207,66); }
div.DivClassName
{
background-color: #DECF42;
}
.BgClassName
{
background-color: #DECF42;
}
</style>
border-color css
<style>
span { border-color: #DECF42; }
span { border-color: rgb(222,207,66); }
td.TdClassName
{
border-color: #DECF42;
}
.TagClassName
{
border-color: #DECF42;
}
</style>