Shades of Confetti #DEC954
Tints of Confetti #DEC954
RGB
CMYK
RGB Variations
Color information
#DEC954 (or 0xDEC954) is known color: Confetti. HEX triplet: DE, C9 and 54. RGB value is (222,201,84). Sum of RGB (Red+Green+Blue) = 222+201+84=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 201 (78.91% from 255 or 39.64% from 507); Blue value is 84 (33.20% from 255 or 16.57% from 507); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC954 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC954 is #2136AB. Grayscale: #C2C2C2. Windows color (decimal): -2176684 or 5556702. OLE color: 5556702.
HSL color Cylindrical-coordinate representation of color #DEC954: hue angle of 50.87º degrees, saturation: 0.68, 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 #DEC954 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 84 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.13 |
| HSL | 50.87º | 0.68% | 0.6% | - |
| HSV(B) | 50.87º | 0.62% | 0.87% | - |
| XYZ | 52.61 | 57.94 | 16.8 | - |
| YUV | 193.94 | 65.96 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 84 | 0 | 0.09 | 0.62 | 0.13 | 50.87 | 0.68 | 0.6 |
| Hex | DE | C9 | 54 | 0 | 9 | 3E | D | 33 | 44 | 3C |
| Octal | 336 | 311 | 124 | 0 | 11 | 76 | 15 | 63 | 104 | 74 |
| Binary | 11011110 | 11001001 | 1010100 | 0 | 1001 | 111110 | 1101 | 110011 | 1000100 | 111100 |
Color Harmonies of #DEC954
Complementary color
Monochromatic Colors of #DEC954
Black with #DEC954
Text Example
Text Example
White with #DEC954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC954; }
p { color: rgb(222,201,84); }
H1.HeaderClassName
{
color: #DEC954;
}
.AnyTagClassName
{
color: #DEC954;
}
</style>
background-color css
<style>
a { background-color: #DEC954; }
a { background-color: rgb(222,201,84); }
div.DivClassName
{
background-color: #DEC954;
}
.BgClassName
{
background-color: #DEC954;
}
</style>
border-color css
<style>
span { border-color: #DEC954; }
span { border-color: rgb(222,201,84); }
td.TdClassName
{
border-color: #DEC954;
}
.TagClassName
{
border-color: #DEC954;
}
</style>