Shades of Confetti #DECB4D
Tints of Confetti #DECB4D
RGB
CMYK
RGB Variations
Color information
#DECB4D (or 0xDECB4D) is known color: Confetti. HEX triplet: DE, CB and 4D. RGB value is (222,203,77). Sum of RGB (Red+Green+Blue) = 222+203+77=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 77 (30.47% from 255 or 15.34% from 502); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECB4D is #2134B2. Grayscale: #C2C2C2. Windows color (decimal): -2176179 or 5098462. OLE color: 5098462.
HSL color Cylindrical-coordinate representation of color #DECB4D: hue angle of 52.14º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DECB4D is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 77 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.13 |
| HSL | 52.14º | 0.69% | 0.59% | - |
| HSV(B) | 52.14º | 0.65% | 0.87% | - |
| XYZ | 52.82 | 58.78 | 15.58 | - |
| YUV | 194.32 | 61.79 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 77 | 0 | 0.09 | 0.65 | 0.13 | 52.14 | 0.69 | 0.59 |
| Hex | DE | CB | 4D | 0 | 9 | 41 | D | 34 | 45 | 3B |
| Octal | 336 | 313 | 115 | 0 | 11 | 101 | 15 | 64 | 105 | 73 |
| Binary | 11011110 | 11001011 | 1001101 | 0 | 1001 | 1000001 | 1101 | 110100 | 1000101 | 111011 |
Color Harmonies of #DECB4D
Complementary color
Monochromatic Colors of #DECB4D
Black with #DECB4D
Text Example
Text Example
White with #DECB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB4D; }
p { color: rgb(222,203,77); }
H1.HeaderClassName
{
color: #DECB4D;
}
.AnyTagClassName
{
color: #DECB4D;
}
</style>
background-color css
<style>
a { background-color: #DECB4D; }
a { background-color: rgb(222,203,77); }
div.DivClassName
{
background-color: #DECB4D;
}
.BgClassName
{
background-color: #DECB4D;
}
</style>
border-color css
<style>
span { border-color: #DECB4D; }
span { border-color: rgb(222,203,77); }
td.TdClassName
{
border-color: #DECB4D;
}
.TagClassName
{
border-color: #DECB4D;
}
</style>