Shades of Confetti #DECB55
Tints of Confetti #DECB55
RGB
CMYK
RGB Variations
Color information
#DECB55 (or 0xDECB55) is known color: Confetti. HEX triplet: DE, CB and 55. RGB value is (222,203,85). Sum of RGB (Red+Green+Blue) = 222+203+85=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 203 (79.69% from 255 or 39.80% from 510); Blue value is 85 (33.59% from 255 or 16.67% from 510); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECB55 is #2134AA. Grayscale: #C3C3C3. Windows color (decimal): -2176171 or 5622750. OLE color: 5622750.
HSL color Cylindrical-coordinate representation of color #DECB55: hue angle of 51.68º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DECB55 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 85 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.13 |
| HSL | 51.68º | 0.67% | 0.6% | - |
| HSV(B) | 51.68º | 0.62% | 0.87% | - |
| XYZ | 53.12 | 58.9 | 17.16 | - |
| YUV | 195.23 | 65.79 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 85 | 0 | 0.09 | 0.62 | 0.13 | 51.68 | 0.67 | 0.6 |
| Hex | DE | CB | 55 | 0 | 9 | 3E | D | 34 | 43 | 3C |
| Octal | 336 | 313 | 125 | 0 | 11 | 76 | 15 | 64 | 103 | 74 |
| Binary | 11011110 | 11001011 | 1010101 | 0 | 1001 | 111110 | 1101 | 110100 | 1000011 | 111100 |
Color Harmonies of #DECB55
Complementary color
Monochromatic Colors of #DECB55
Black with #DECB55
Text Example
Text Example
White with #DECB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB55; }
p { color: rgb(222,203,85); }
H1.HeaderClassName
{
color: #DECB55;
}
.AnyTagClassName
{
color: #DECB55;
}
</style>
background-color css
<style>
a { background-color: #DECB55; }
a { background-color: rgb(222,203,85); }
div.DivClassName
{
background-color: #DECB55;
}
.BgClassName
{
background-color: #DECB55;
}
</style>
border-color css
<style>
span { border-color: #DECB55; }
span { border-color: rgb(222,203,85); }
td.TdClassName
{
border-color: #DECB55;
}
.TagClassName
{
border-color: #DECB55;
}
</style>