Shades of Confetti #DDBE42
Tints of Confetti #DDBE42
RGB
CMYK
RGB Variations
Color information
#DDBE42 (or 0xDDBE42) is known color: Confetti. HEX triplet: DD, BE and 42. RGB value is (221,190,66). Sum of RGB (Red+Green+Blue) = 221+190+66=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 66 (26.17% from 255 or 13.84% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBE42 is #2241BD. Grayscale: #B9B9B9. Windows color (decimal): -2245054 or 4374237. OLE color: 4374237.
HSL color Cylindrical-coordinate representation of color #DDBE42: hue angle of 48º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDBE42 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 66 | - |
| CMYK | 0 | 0.14 | 0.70 | 0.13 |
| HSL | 48º | 0.7% | 0.56% | - |
| HSV(B) | 48º | 0.7% | 0.87% | - |
| XYZ | 49.22 | 52.59 | 12.71 | - |
| YUV | 185.13 | 60.77 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 66 | 0 | 0.14 | 0.70 | 0.13 | 48 | 0.7 | 0.56 |
| Hex | DD | BE | 42 | 0 | E | 46 | D | 30 | 46 | 38 |
| Octal | 335 | 276 | 102 | 0 | 16 | 106 | 15 | 60 | 106 | 70 |
| Binary | 11011101 | 10111110 | 1000010 | 0 | 1110 | 1000110 | 1101 | 110000 | 1000110 | 111000 |
Color Harmonies of #DDBE42
Complementary color
Monochromatic Colors of #DDBE42
Black with #DDBE42
Text Example
Text Example
White with #DDBE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBE42; }
p { color: rgb(221,190,66); }
H1.HeaderClassName
{
color: #DDBE42;
}
.AnyTagClassName
{
color: #DDBE42;
}
</style>
background-color css
<style>
a { background-color: #DDBE42; }
a { background-color: rgb(221,190,66); }
div.DivClassName
{
background-color: #DDBE42;
}
.BgClassName
{
background-color: #DDBE42;
}
</style>
border-color css
<style>
span { border-color: #DDBE42; }
span { border-color: rgb(221,190,66); }
td.TdClassName
{
border-color: #DDBE42;
}
.TagClassName
{
border-color: #DDBE42;
}
</style>