Shades of Confetti #DEC84B
Tints of Confetti #DEC84B
RGB
CMYK
RGB Variations
Color information
#DEC84B (or 0xDEC84B) is known color: Confetti. HEX triplet: DE, C8 and 4B. RGB value is (222,200,75). Sum of RGB (Red+Green+Blue) = 222+200+75=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 75 (29.69% from 255 or 15.09% from 497); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC84B is #2137B4. Grayscale: #C0C0C0. Windows color (decimal): -2176949 or 4966622. OLE color: 4966622.
HSL color Cylindrical-coordinate representation of color #DEC84B: hue angle of 51.02º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DEC84B is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 75 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.13 |
| HSL | 51.02º | 0.69% | 0.58% | - |
| HSV(B) | 51.02º | 0.66% | 0.87% | - |
| XYZ | 52.05 | 57.35 | 14.98 | - |
| YUV | 192.33 | 61.79 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 75 | 0 | 0.10 | 0.66 | 0.13 | 51.02 | 0.69 | 0.58 |
| Hex | DE | C8 | 4B | 0 | A | 42 | D | 33 | 45 | 3A |
| Octal | 336 | 310 | 113 | 0 | 12 | 102 | 15 | 63 | 105 | 72 |
| Binary | 11011110 | 11001000 | 1001011 | 0 | 1010 | 1000010 | 1101 | 110011 | 1000101 | 111010 |
Color Harmonies of #DEC84B
Complementary color
Monochromatic Colors of #DEC84B
Black with #DEC84B
Text Example
Text Example
White with #DEC84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC84B; }
p { color: rgb(222,200,75); }
H1.HeaderClassName
{
color: #DEC84B;
}
.AnyTagClassName
{
color: #DEC84B;
}
</style>
background-color css
<style>
a { background-color: #DEC84B; }
a { background-color: rgb(222,200,75); }
div.DivClassName
{
background-color: #DEC84B;
}
.BgClassName
{
background-color: #DEC84B;
}
</style>
border-color css
<style>
span { border-color: #DEC84B; }
span { border-color: rgb(222,200,75); }
td.TdClassName
{
border-color: #DEC84B;
}
.TagClassName
{
border-color: #DEC84B;
}
</style>