Shades of Confetti #DECA52
Tints of Confetti #DECA52
RGB
CMYK
RGB Variations
Color information
#DECA52 (or 0xDECA52) is known color: Confetti. HEX triplet: DE, CA and 52. RGB value is (222,202,82). Sum of RGB (Red+Green+Blue) = 222+202+82=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 82 (32.42% from 255 or 16.21% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECA52 is #2135AD. Grayscale: #C2C2C2. Windows color (decimal): -2176430 or 5425886. OLE color: 5425886.
HSL color Cylindrical-coordinate representation of color #DECA52: hue angle of 51.43º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DECA52 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 202 | 82 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.13 |
| HSL | 51.43º | 0.68% | 0.6% | - |
| HSV(B) | 51.43º | 0.63% | 0.87% | - |
| XYZ | 52.77 | 58.38 | 16.47 | - |
| YUV | 194.3 | 64.63 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 82 | 0 | 0.09 | 0.63 | 0.13 | 51.43 | 0.68 | 0.6 |
| Hex | DE | CA | 52 | 0 | 9 | 3F | D | 33 | 44 | 3C |
| Octal | 336 | 312 | 122 | 0 | 11 | 77 | 15 | 63 | 104 | 74 |
| Binary | 11011110 | 11001010 | 1010010 | 0 | 1001 | 111111 | 1101 | 110011 | 1000100 | 111100 |
Color Harmonies of #DECA52
Complementary color
Monochromatic Colors of #DECA52
Black with #DECA52
Text Example
Text Example
White with #DECA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECA52; }
p { color: rgb(222,202,82); }
H1.HeaderClassName
{
color: #DECA52;
}
.AnyTagClassName
{
color: #DECA52;
}
</style>
background-color css
<style>
a { background-color: #DECA52; }
a { background-color: rgb(222,202,82); }
div.DivClassName
{
background-color: #DECA52;
}
.BgClassName
{
background-color: #DECA52;
}
</style>
border-color css
<style>
span { border-color: #DECA52; }
span { border-color: rgb(222,202,82); }
td.TdClassName
{
border-color: #DECA52;
}
.TagClassName
{
border-color: #DECA52;
}
</style>