Shades of Confetti #DDBE3E
Tints of Confetti #DDBE3E
RGB
CMYK
RGB Variations
Color information
#DDBE3E (or 0xDDBE3E) is known color: Confetti. HEX triplet: DD, BE and 3E. RGB value is (221,190,62). Sum of RGB (Red+Green+Blue) = 221+190+62=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 62 (24.61% from 255 or 13.11% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBE3E is #2241C1. Grayscale: #B9B9B9. Windows color (decimal): -2245058 or 4112093. OLE color: 4112093.
HSL color Cylindrical-coordinate representation of color #DDBE3E: hue angle of 48.3º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDBE3E is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 62 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.13 |
| HSL | 48.3º | 0.7% | 0.55% | - |
| HSV(B) | 48.3º | 0.72% | 0.87% | - |
| XYZ | 49.1 | 52.55 | 12.11 | - |
| YUV | 184.68 | 58.77 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 62 | 0 | 0.14 | 0.72 | 0.13 | 48.3 | 0.7 | 0.55 |
| Hex | DD | BE | 3E | 0 | E | 48 | D | 30 | 46 | 37 |
| Octal | 335 | 276 | 76 | 0 | 16 | 110 | 15 | 60 | 106 | 67 |
| Binary | 11011101 | 10111110 | 111110 | 0 | 1110 | 1001000 | 1101 | 110000 | 1000110 | 110111 |
Color Harmonies of #DDBE3E
Complementary color
Monochromatic Colors of #DDBE3E
Black with #DDBE3E
Text Example
Text Example
White with #DDBE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBE3E; }
p { color: rgb(221,190,62); }
H1.HeaderClassName
{
color: #DDBE3E;
}
.AnyTagClassName
{
color: #DDBE3E;
}
</style>
background-color css
<style>
a { background-color: #DDBE3E; }
a { background-color: rgb(221,190,62); }
div.DivClassName
{
background-color: #DDBE3E;
}
.BgClassName
{
background-color: #DDBE3E;
}
</style>
border-color css
<style>
span { border-color: #DDBE3E; }
span { border-color: rgb(221,190,62); }
td.TdClassName
{
border-color: #DDBE3E;
}
.TagClassName
{
border-color: #DDBE3E;
}
</style>