Shades of Confetti #DEC73F
Tints of Confetti #DEC73F
RGB
CMYK
RGB Variations
Color information
#DEC73F (or 0xDEC73F) is known color: Confetti. HEX triplet: DE, C7 and 3F. RGB value is (222,199,63). Sum of RGB (Red+Green+Blue) = 222+199+63=484 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.87% from 484); Green value is 199 (78.12% from 255 or 41.12% from 484); Blue value is 63 (25% from 255 or 13.02% from 484); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC73F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC73F is #2138C0. Grayscale: #BEBEBE. Windows color (decimal): -2177217 or 4179934. OLE color: 4179934.
HSL color Cylindrical-coordinate representation of color #DEC73F: hue angle of 51.32º 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 #DEC73F is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 63 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.13 |
| HSL | 51.32º | 0.71% | 0.56% | - |
| HSV(B) | 51.32º | 0.72% | 0.87% | - |
| XYZ | 51.44 | 56.74 | 12.94 | - |
| YUV | 190.37 | 56.12 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 63 | 0 | 0.10 | 0.72 | 0.13 | 51.32 | 0.71 | 0.56 |
| Hex | DE | C7 | 3F | 0 | A | 48 | D | 33 | 47 | 38 |
| Octal | 336 | 307 | 77 | 0 | 12 | 110 | 15 | 63 | 107 | 70 |
| Binary | 11011110 | 11000111 | 111111 | 0 | 1010 | 1001000 | 1101 | 110011 | 1000111 | 111000 |
Color Harmonies of #DEC73F
Complementary color
Monochromatic Colors of #DEC73F
Black with #DEC73F
Text Example
Text Example
White with #DEC73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC73F; }
p { color: rgb(222,199,63); }
H1.HeaderClassName
{
color: #DEC73F;
}
.AnyTagClassName
{
color: #DEC73F;
}
</style>
background-color css
<style>
a { background-color: #DEC73F; }
a { background-color: rgb(222,199,63); }
div.DivClassName
{
background-color: #DEC73F;
}
.BgClassName
{
background-color: #DEC73F;
}
</style>
border-color css
<style>
span { border-color: #DEC73F; }
span { border-color: rgb(222,199,63); }
td.TdClassName
{
border-color: #DEC73F;
}
.TagClassName
{
border-color: #DEC73F;
}
</style>