Shades of Confetti #DEC73E
Tints of Confetti #DEC73E
RGB
CMYK
RGB Variations
Color information
#DEC73E (or 0xDEC73E) is known color: Confetti. HEX triplet: DE, C7 and 3E. RGB value is (222,199,62). Sum of RGB (Red+Green+Blue) = 222+199+62=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 199 (78.12% from 255 or 41.20% from 483); Blue value is 62 (24.61% from 255 or 12.84% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC73E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC73E is #2138C1. Grayscale: #BEBEBE. Windows color (decimal): -2177218 or 4114398. OLE color: 4114398.
HSL color Cylindrical-coordinate representation of color #DEC73E: hue angle of 51.38º 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 #DEC73E is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 62 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.13 |
| HSL | 51.38º | 0.71% | 0.56% | - |
| HSV(B) | 51.38º | 0.72% | 0.87% | - |
| XYZ | 51.42 | 56.72 | 12.8 | - |
| YUV | 190.26 | 55.62 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 62 | 0 | 0.10 | 0.72 | 0.13 | 51.38 | 0.71 | 0.56 |
| Hex | DE | C7 | 3E | 0 | A | 48 | D | 33 | 47 | 38 |
| Octal | 336 | 307 | 76 | 0 | 12 | 110 | 15 | 63 | 107 | 70 |
| Binary | 11011110 | 11000111 | 111110 | 0 | 1010 | 1001000 | 1101 | 110011 | 1000111 | 111000 |
Color Harmonies of #DEC73E
Complementary color
Monochromatic Colors of #DEC73E
Black with #DEC73E
Text Example
Text Example
White with #DEC73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC73E; }
p { color: rgb(222,199,62); }
H1.HeaderClassName
{
color: #DEC73E;
}
.AnyTagClassName
{
color: #DEC73E;
}
</style>
background-color css
<style>
a { background-color: #DEC73E; }
a { background-color: rgb(222,199,62); }
div.DivClassName
{
background-color: #DEC73E;
}
.BgClassName
{
background-color: #DEC73E;
}
</style>
border-color css
<style>
span { border-color: #DEC73E; }
span { border-color: rgb(222,199,62); }
td.TdClassName
{
border-color: #DEC73E;
}
.TagClassName
{
border-color: #DEC73E;
}
</style>