Shades of Confetti #DECB3E
Tints of Confetti #DECB3E
RGB
CMYK
RGB Variations
Color information
#DECB3E (or 0xDECB3E) is known color: Confetti. HEX triplet: DE, CB and 3E. RGB value is (222,203,62). Sum of RGB (Red+Green+Blue) = 222+203+62=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 62 (24.61% from 255 or 12.73% from 487); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECB3E is #2134C1. Grayscale: #C1C1C1. Windows color (decimal): -2176194 or 4115422. OLE color: 4115422.
HSL color Cylindrical-coordinate representation of color #DECB3E: hue angle of 52.88º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DECB3E is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 62 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.13 |
| HSL | 52.88º | 0.71% | 0.56% | - |
| HSV(B) | 52.88º | 0.72% | 0.87% | - |
| XYZ | 52.35 | 58.59 | 13.11 | - |
| YUV | 192.61 | 54.29 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 62 | 0 | 0.09 | 0.72 | 0.13 | 52.88 | 0.71 | 0.56 |
| Hex | DE | CB | 3E | 0 | 9 | 48 | D | 35 | 47 | 38 |
| Octal | 336 | 313 | 76 | 0 | 11 | 110 | 15 | 65 | 107 | 70 |
| Binary | 11011110 | 11001011 | 111110 | 0 | 1001 | 1001000 | 1101 | 110101 | 1000111 | 111000 |
Color Harmonies of #DECB3E
Complementary color
Monochromatic Colors of #DECB3E
Black with #DECB3E
Text Example
Text Example
White with #DECB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB3E; }
p { color: rgb(222,203,62); }
H1.HeaderClassName
{
color: #DECB3E;
}
.AnyTagClassName
{
color: #DECB3E;
}
</style>
background-color css
<style>
a { background-color: #DECB3E; }
a { background-color: rgb(222,203,62); }
div.DivClassName
{
background-color: #DECB3E;
}
.BgClassName
{
background-color: #DECB3E;
}
</style>
border-color css
<style>
span { border-color: #DECB3E; }
span { border-color: rgb(222,203,62); }
td.TdClassName
{
border-color: #DECB3E;
}
.TagClassName
{
border-color: #DECB3E;
}
</style>