Shades of Confetti #DDBE4C
Tints of Confetti #DDBE4C
RGB
CMYK
RGB Variations
Color information
#DDBE4C (or 0xDDBE4C) is known color: Confetti. HEX triplet: DD, BE and 4C. RGB value is (221,190,76). Sum of RGB (Red+Green+Blue) = 221+190+76=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 76 (30.08% from 255 or 15.61% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBE4C is #2241B3. Grayscale: #BABABA. Windows color (decimal): -2245044 or 5029597. OLE color: 5029597.
HSL color Cylindrical-coordinate representation of color #DDBE4C: hue angle of 47.17º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DDBE4C is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 76 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.13 |
| HSL | 47.17º | 0.68% | 0.58% | - |
| HSV(B) | 47.17º | 0.66% | 0.87% | - |
| XYZ | 49.54 | 52.72 | 14.4 | - |
| YUV | 186.27 | 65.77 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 76 | 0 | 0.14 | 0.66 | 0.13 | 47.17 | 0.68 | 0.58 |
| Hex | DD | BE | 4C | 0 | E | 42 | D | 2F | 44 | 3A |
| Octal | 335 | 276 | 114 | 0 | 16 | 102 | 15 | 57 | 104 | 72 |
| Binary | 11011101 | 10111110 | 1001100 | 0 | 1110 | 1000010 | 1101 | 101111 | 1000100 | 111010 |
Color Harmonies of #DDBE4C
Complementary color
Monochromatic Colors of #DDBE4C
Black with #DDBE4C
Text Example
Text Example
White with #DDBE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBE4C; }
p { color: rgb(221,190,76); }
H1.HeaderClassName
{
color: #DDBE4C;
}
.AnyTagClassName
{
color: #DDBE4C;
}
</style>
background-color css
<style>
a { background-color: #DDBE4C; }
a { background-color: rgb(221,190,76); }
div.DivClassName
{
background-color: #DDBE4C;
}
.BgClassName
{
background-color: #DDBE4C;
}
</style>
border-color css
<style>
span { border-color: #DDBE4C; }
span { border-color: rgb(221,190,76); }
td.TdClassName
{
border-color: #DDBE4C;
}
.TagClassName
{
border-color: #DDBE4C;
}
</style>