Shades of Confetti #DDBE4D
Tints of Confetti #DDBE4D
RGB
CMYK
RGB Variations
Color information
#DDBE4D (or 0xDDBE4D) is known color: Confetti. HEX triplet: DD, BE and 4D. RGB value is (221,190,77). Sum of RGB (Red+Green+Blue) = 221+190+77=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 77 (30.47% from 255 or 15.78% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBE4D is #2241B2. Grayscale: #BABABA. Windows color (decimal): -2245043 or 5095133. OLE color: 5095133.
HSL color Cylindrical-coordinate representation of color #DDBE4D: hue angle of 47.08º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDBE4D is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 77 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.13 |
| HSL | 47.08º | 0.68% | 0.58% | - |
| HSV(B) | 47.08º | 0.65% | 0.87% | - |
| XYZ | 49.57 | 52.73 | 14.59 | - |
| YUV | 186.39 | 66.27 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 77 | 0 | 0.14 | 0.65 | 0.13 | 47.08 | 0.68 | 0.58 |
| Hex | DD | BE | 4D | 0 | E | 41 | D | 2F | 44 | 3A |
| Octal | 335 | 276 | 115 | 0 | 16 | 101 | 15 | 57 | 104 | 72 |
| Binary | 11011101 | 10111110 | 1001101 | 0 | 1110 | 1000001 | 1101 | 101111 | 1000100 | 111010 |
Color Harmonies of #DDBE4D
Complementary color
Monochromatic Colors of #DDBE4D
Black with #DDBE4D
Text Example
Text Example
White with #DDBE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBE4D; }
p { color: rgb(221,190,77); }
H1.HeaderClassName
{
color: #DDBE4D;
}
.AnyTagClassName
{
color: #DDBE4D;
}
</style>
background-color css
<style>
a { background-color: #DDBE4D; }
a { background-color: rgb(221,190,77); }
div.DivClassName
{
background-color: #DDBE4D;
}
.BgClassName
{
background-color: #DDBE4D;
}
</style>
border-color css
<style>
span { border-color: #DDBE4D; }
span { border-color: rgb(221,190,77); }
td.TdClassName
{
border-color: #DDBE4D;
}
.TagClassName
{
border-color: #DDBE4D;
}
</style>