Shades of Confetti #DECB43
Tints of Confetti #DECB43
RGB
CMYK
RGB Variations
Color information
#DECB43 (or 0xDECB43) is known color: Confetti. HEX triplet: DE, CB and 43. RGB value is (222,203,67). Sum of RGB (Red+Green+Blue) = 222+203+67=492 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.12% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 67 (26.56% from 255 or 13.62% from 492); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECB43 is #2134BC. Grayscale: #C1C1C1. Windows color (decimal): -2176189 or 4443102. OLE color: 4443102.
HSL color Cylindrical-coordinate representation of color #DECB43: hue angle of 52.65º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DECB43 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 67 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.13 |
| HSL | 52.65º | 0.7% | 0.57% | - |
| HSV(B) | 52.65º | 0.7% | 0.87% | - |
| XYZ | 52.49 | 58.65 | 13.86 | - |
| YUV | 193.18 | 56.79 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 67 | 0 | 0.09 | 0.70 | 0.13 | 52.65 | 0.7 | 0.57 |
| Hex | DE | CB | 43 | 0 | 9 | 46 | D | 35 | 46 | 39 |
| Octal | 336 | 313 | 103 | 0 | 11 | 106 | 15 | 65 | 106 | 71 |
| Binary | 11011110 | 11001011 | 1000011 | 0 | 1001 | 1000110 | 1101 | 110101 | 1000110 | 111001 |
Color Harmonies of #DECB43
Complementary color
Monochromatic Colors of #DECB43
Black with #DECB43
Text Example
Text Example
White with #DECB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB43; }
p { color: rgb(222,203,67); }
H1.HeaderClassName
{
color: #DECB43;
}
.AnyTagClassName
{
color: #DECB43;
}
</style>
background-color css
<style>
a { background-color: #DECB43; }
a { background-color: rgb(222,203,67); }
div.DivClassName
{
background-color: #DECB43;
}
.BgClassName
{
background-color: #DECB43;
}
</style>
border-color css
<style>
span { border-color: #DECB43; }
span { border-color: rgb(222,203,67); }
td.TdClassName
{
border-color: #DECB43;
}
.TagClassName
{
border-color: #DECB43;
}
</style>