Shades of Confetti #DECB4A
Tints of Confetti #DECB4A
RGB
CMYK
RGB Variations
Color information
#DECB4A (or 0xDECB4A) is known color: Confetti. HEX triplet: DE, CB and 4A. RGB value is (222,203,74). Sum of RGB (Red+Green+Blue) = 222+203+74=499 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.49% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 74 (29.30% from 255 or 14.83% from 499); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECB4A is #2134B5. Grayscale: #C2C2C2. Windows color (decimal): -2176182 or 4901854. OLE color: 4901854.
HSL color Cylindrical-coordinate representation of color #DECB4A: hue angle of 52.3º 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 #DECB4A is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 74 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.13 |
| HSL | 52.3º | 0.69% | 0.58% | - |
| HSV(B) | 52.3º | 0.67% | 0.87% | - |
| XYZ | 52.72 | 58.74 | 15.04 | - |
| YUV | 193.98 | 60.29 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 74 | 0 | 0.09 | 0.67 | 0.13 | 52.3 | 0.69 | 0.58 |
| Hex | DE | CB | 4A | 0 | 9 | 43 | D | 34 | 45 | 3A |
| Octal | 336 | 313 | 112 | 0 | 11 | 103 | 15 | 64 | 105 | 72 |
| Binary | 11011110 | 11001011 | 1001010 | 0 | 1001 | 1000011 | 1101 | 110100 | 1000101 | 111010 |
Color Harmonies of #DECB4A
Complementary color
Monochromatic Colors of #DECB4A
Black with #DECB4A
Text Example
Text Example
White with #DECB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB4A; }
p { color: rgb(222,203,74); }
H1.HeaderClassName
{
color: #DECB4A;
}
.AnyTagClassName
{
color: #DECB4A;
}
</style>
background-color css
<style>
a { background-color: #DECB4A; }
a { background-color: rgb(222,203,74); }
div.DivClassName
{
background-color: #DECB4A;
}
.BgClassName
{
background-color: #DECB4A;
}
</style>
border-color css
<style>
span { border-color: #DECB4A; }
span { border-color: rgb(222,203,74); }
td.TdClassName
{
border-color: #DECB4A;
}
.TagClassName
{
border-color: #DECB4A;
}
</style>