Shades of Confetti #DEC950
Tints of Confetti #DEC950
RGB
CMYK
RGB Variations
Color information
#DEC950 (or 0xDEC950) is known color: Confetti. HEX triplet: DE, C9 and 50. RGB value is (222,201,80). Sum of RGB (Red+Green+Blue) = 222+201+80=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 80 (31.64% from 255 or 15.90% from 503); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC950 is #2136AF. Grayscale: #C1C1C1. Windows color (decimal): -2176688 or 5294558. OLE color: 5294558.
HSL color Cylindrical-coordinate representation of color #DEC950: hue angle of 51.13º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DEC950 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 80 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.13 |
| HSL | 51.13º | 0.68% | 0.59% | - |
| HSV(B) | 51.13º | 0.64% | 0.87% | - |
| XYZ | 52.46 | 57.88 | 16 | - |
| YUV | 193.49 | 63.96 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 80 | 0 | 0.09 | 0.64 | 0.13 | 51.13 | 0.68 | 0.59 |
| Hex | DE | C9 | 50 | 0 | 9 | 40 | D | 33 | 44 | 3B |
| Octal | 336 | 311 | 120 | 0 | 11 | 100 | 15 | 63 | 104 | 73 |
| Binary | 11011110 | 11001001 | 1010000 | 0 | 1001 | 1000000 | 1101 | 110011 | 1000100 | 111011 |
Color Harmonies of #DEC950
Complementary color
Monochromatic Colors of #DEC950
Black with #DEC950
Text Example
Text Example
White with #DEC950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC950; }
p { color: rgb(222,201,80); }
H1.HeaderClassName
{
color: #DEC950;
}
.AnyTagClassName
{
color: #DEC950;
}
</style>
background-color css
<style>
a { background-color: #DEC950; }
a { background-color: rgb(222,201,80); }
div.DivClassName
{
background-color: #DEC950;
}
.BgClassName
{
background-color: #DEC950;
}
</style>
border-color css
<style>
span { border-color: #DEC950; }
span { border-color: rgb(222,201,80); }
td.TdClassName
{
border-color: #DEC950;
}
.TagClassName
{
border-color: #DEC950;
}
</style>