Shades of Confetti #DDBE4E
Tints of Confetti #DDBE4E
RGB
CMYK
RGB Variations
Color information
#DDBE4E (or 0xDDBE4E) is known color: Confetti. HEX triplet: DD, BE and 4E. RGB value is (221,190,78). Sum of RGB (Red+Green+Blue) = 221+190+78=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 78 (30.86% from 255 or 15.95% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBE4E is #2241B1. Grayscale: #BABABA. Windows color (decimal): -2245042 or 5160669. OLE color: 5160669.
HSL color Cylindrical-coordinate representation of color #DDBE4E: hue angle of 46.99º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDBE4E is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 78 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.13 |
| HSL | 46.99º | 0.68% | 0.59% | - |
| HSV(B) | 46.99º | 0.65% | 0.87% | - |
| XYZ | 49.61 | 52.75 | 14.77 | - |
| YUV | 186.5 | 66.77 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 78 | 0 | 0.14 | 0.65 | 0.13 | 46.99 | 0.68 | 0.59 |
| Hex | DD | BE | 4E | 0 | E | 41 | D | 2F | 44 | 3B |
| Octal | 335 | 276 | 116 | 0 | 16 | 101 | 15 | 57 | 104 | 73 |
| Binary | 11011101 | 10111110 | 1001110 | 0 | 1110 | 1000001 | 1101 | 101111 | 1000100 | 111011 |
Color Harmonies of #DDBE4E
Complementary color
Monochromatic Colors of #DDBE4E
Black with #DDBE4E
Text Example
Text Example
White with #DDBE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBE4E; }
p { color: rgb(221,190,78); }
H1.HeaderClassName
{
color: #DDBE4E;
}
.AnyTagClassName
{
color: #DDBE4E;
}
</style>
background-color css
<style>
a { background-color: #DDBE4E; }
a { background-color: rgb(221,190,78); }
div.DivClassName
{
background-color: #DDBE4E;
}
.BgClassName
{
background-color: #DDBE4E;
}
</style>
border-color css
<style>
span { border-color: #DDBE4E; }
span { border-color: rgb(221,190,78); }
td.TdClassName
{
border-color: #DDBE4E;
}
.TagClassName
{
border-color: #DDBE4E;
}
</style>