Shades of Confetti #DECD4A
Tints of Confetti #DECD4A
RGB
CMYK
RGB Variations
Color information
#DECD4A (or 0xDECD4A) is known color: Confetti. HEX triplet: DE, CD and 4A. RGB value is (222,205,74). Sum of RGB (Red+Green+Blue) = 222+205+74=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 74 (29.30% from 255 or 14.77% from 501); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECD4A is #2132B5. Grayscale: #C3C3C3. Windows color (decimal): -2175670 or 4902366. OLE color: 4902366.
HSL color Cylindrical-coordinate representation of color #DECD4A: hue angle of 53.11º 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 #DECD4A is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 74 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.13 |
| HSL | 53.11º | 0.69% | 0.58% | - |
| HSV(B) | 53.11º | 0.67% | 0.87% | - |
| XYZ | 53.19 | 59.69 | 15.2 | - |
| YUV | 195.15 | 59.63 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 74 | 0 | 0.08 | 0.67 | 0.13 | 53.11 | 0.69 | 0.58 |
| Hex | DE | CD | 4A | 0 | 8 | 43 | D | 35 | 45 | 3A |
| Octal | 336 | 315 | 112 | 0 | 10 | 103 | 15 | 65 | 105 | 72 |
| Binary | 11011110 | 11001101 | 1001010 | 0 | 1000 | 1000011 | 1101 | 110101 | 1000101 | 111010 |
Color Harmonies of #DECD4A
Complementary color
Monochromatic Colors of #DECD4A
Black with #DECD4A
Text Example
Text Example
White with #DECD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD4A; }
p { color: rgb(222,205,74); }
H1.HeaderClassName
{
color: #DECD4A;
}
.AnyTagClassName
{
color: #DECD4A;
}
</style>
background-color css
<style>
a { background-color: #DECD4A; }
a { background-color: rgb(222,205,74); }
div.DivClassName
{
background-color: #DECD4A;
}
.BgClassName
{
background-color: #DECD4A;
}
</style>
border-color css
<style>
span { border-color: #DECD4A; }
span { border-color: rgb(222,205,74); }
td.TdClassName
{
border-color: #DECD4A;
}
.TagClassName
{
border-color: #DECD4A;
}
</style>