Shades of Confetti #DECB50
Tints of Confetti #DECB50
RGB
CMYK
RGB Variations
Color information
#DECB50 (or 0xDECB50) is known color: Confetti. HEX triplet: DE, CB and 50. RGB value is (222,203,80). Sum of RGB (Red+Green+Blue) = 222+203+80=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 80 (31.64% from 255 or 15.84% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECB50 is #2134AF. Grayscale: #C3C3C3. Windows color (decimal): -2176176 or 5295070. OLE color: 5295070.
HSL color Cylindrical-coordinate representation of color #DECB50: hue angle of 51.97º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DECB50 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 80 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.13 |
| HSL | 51.97º | 0.68% | 0.59% | - |
| HSV(B) | 51.97º | 0.64% | 0.87% | - |
| XYZ | 52.93 | 58.82 | 16.15 | - |
| YUV | 194.66 | 63.29 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 80 | 0 | 0.09 | 0.64 | 0.13 | 51.97 | 0.68 | 0.59 |
| Hex | DE | CB | 50 | 0 | 9 | 40 | D | 34 | 44 | 3B |
| Octal | 336 | 313 | 120 | 0 | 11 | 100 | 15 | 64 | 104 | 73 |
| Binary | 11011110 | 11001011 | 1010000 | 0 | 1001 | 1000000 | 1101 | 110100 | 1000100 | 111011 |
Color Harmonies of #DECB50
Complementary color
Monochromatic Colors of #DECB50
Black with #DECB50
Text Example
Text Example
White with #DECB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB50; }
p { color: rgb(222,203,80); }
H1.HeaderClassName
{
color: #DECB50;
}
.AnyTagClassName
{
color: #DECB50;
}
</style>
background-color css
<style>
a { background-color: #DECB50; }
a { background-color: rgb(222,203,80); }
div.DivClassName
{
background-color: #DECB50;
}
.BgClassName
{
background-color: #DECB50;
}
</style>
border-color css
<style>
span { border-color: #DECB50; }
span { border-color: rgb(222,203,80); }
td.TdClassName
{
border-color: #DECB50;
}
.TagClassName
{
border-color: #DECB50;
}
</style>