Shades of Confetti #DEC74A
Tints of Confetti #DEC74A
RGB
CMYK
RGB Variations
Color information
#DEC74A (or 0xDEC74A) is known color: Confetti. HEX triplet: DE, C7 and 4A. RGB value is (222,199,74). Sum of RGB (Red+Green+Blue) = 222+199+74=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 199 (78.12% from 255 or 40.20% from 495); Blue value is 74 (29.30% from 255 or 14.95% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC74A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC74A is #2138B5. Grayscale: #C0C0C0. Windows color (decimal): -2177206 or 4900830. OLE color: 4900830.
HSL color Cylindrical-coordinate representation of color #DEC74A: hue angle of 50.68º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DEC74A is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 74 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.13 |
| HSL | 50.68º | 0.69% | 0.58% | - |
| HSV(B) | 50.68º | 0.67% | 0.87% | - |
| XYZ | 51.78 | 56.87 | 14.73 | - |
| YUV | 191.63 | 61.62 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 74 | 0 | 0.10 | 0.67 | 0.13 | 50.68 | 0.69 | 0.58 |
| Hex | DE | C7 | 4A | 0 | A | 43 | D | 33 | 45 | 3A |
| Octal | 336 | 307 | 112 | 0 | 12 | 103 | 15 | 63 | 105 | 72 |
| Binary | 11011110 | 11000111 | 1001010 | 0 | 1010 | 1000011 | 1101 | 110011 | 1000101 | 111010 |
Color Harmonies of #DEC74A
Complementary color
Monochromatic Colors of #DEC74A
Black with #DEC74A
Text Example
Text Example
White with #DEC74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC74A; }
p { color: rgb(222,199,74); }
H1.HeaderClassName
{
color: #DEC74A;
}
.AnyTagClassName
{
color: #DEC74A;
}
</style>
background-color css
<style>
a { background-color: #DEC74A; }
a { background-color: rgb(222,199,74); }
div.DivClassName
{
background-color: #DEC74A;
}
.BgClassName
{
background-color: #DEC74A;
}
</style>
border-color css
<style>
span { border-color: #DEC74A; }
span { border-color: rgb(222,199,74); }
td.TdClassName
{
border-color: #DEC74A;
}
.TagClassName
{
border-color: #DEC74A;
}
</style>