Shades of Confetti #DED645
Tints of Confetti #DED645
RGB
CMYK
RGB Variations
Color information
#DED645 (or 0xDED645) is known color: Confetti. HEX triplet: DE, D6 and 45. RGB value is (222,214,69). Sum of RGB (Red+Green+Blue) = 222+214+69=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 214 (83.98% from 255 or 42.38% from 505); Blue value is 69 (27.34% from 255 or 13.66% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DED645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED645 is #2129BA. Grayscale: #C8C8C8. Windows color (decimal): -2173371 or 4576990. OLE color: 4576990.
HSL color Cylindrical-coordinate representation of color #DED645: hue angle of 56.86º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DED645 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 214 | 69 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.13 |
| HSL | 56.86º | 0.7% | 0.57% | - |
| HSV(B) | 56.86º | 0.69% | 0.87% | - |
| XYZ | 55.24 | 64.05 | 15.08 | - |
| YUV | 199.86 | 54.15 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 214 | 69 | 0 | 0.04 | 0.69 | 0.13 | 56.86 | 0.7 | 0.57 |
| Hex | DE | D6 | 45 | 0 | 4 | 45 | D | 39 | 46 | 39 |
| Octal | 336 | 326 | 105 | 0 | 4 | 105 | 15 | 71 | 106 | 71 |
| Binary | 11011110 | 11010110 | 1000101 | 0 | 100 | 1000101 | 1101 | 111001 | 1000110 | 111001 |
Color Harmonies of #DED645
Complementary color
Monochromatic Colors of #DED645
Black with #DED645
Text Example
Text Example
White with #DED645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED645; }
p { color: rgb(222,214,69); }
H1.HeaderClassName
{
color: #DED645;
}
.AnyTagClassName
{
color: #DED645;
}
</style>
background-color css
<style>
a { background-color: #DED645; }
a { background-color: rgb(222,214,69); }
div.DivClassName
{
background-color: #DED645;
}
.BgClassName
{
background-color: #DED645;
}
</style>
border-color css
<style>
span { border-color: #DED645; }
span { border-color: rgb(222,214,69); }
td.TdClassName
{
border-color: #DED645;
}
.TagClassName
{
border-color: #DED645;
}
</style>