Shades of Confetti #DDBE4A
Tints of Confetti #DDBE4A
RGB
CMYK
RGB Variations
Color information
#DDBE4A (or 0xDDBE4A) is known color: Confetti. HEX triplet: DD, BE and 4A. RGB value is (221,190,74). Sum of RGB (Red+Green+Blue) = 221+190+74=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 74 (29.30% from 255 or 15.26% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBE4A is #2241B5. Grayscale: #BABABA. Windows color (decimal): -2245046 or 4898525. OLE color: 4898525.
HSL color Cylindrical-coordinate representation of color #DDBE4A: hue angle of 47.35º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDBE4A is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 74 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.13 |
| HSL | 47.35º | 0.68% | 0.58% | - |
| HSV(B) | 47.35º | 0.67% | 0.87% | - |
| XYZ | 49.47 | 52.69 | 14.04 | - |
| YUV | 186.05 | 64.77 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 74 | 0 | 0.14 | 0.67 | 0.13 | 47.35 | 0.68 | 0.58 |
| Hex | DD | BE | 4A | 0 | E | 43 | D | 2F | 44 | 3A |
| Octal | 335 | 276 | 112 | 0 | 16 | 103 | 15 | 57 | 104 | 72 |
| Binary | 11011101 | 10111110 | 1001010 | 0 | 1110 | 1000011 | 1101 | 101111 | 1000100 | 111010 |
Color Harmonies of #DDBE4A
Complementary color
Monochromatic Colors of #DDBE4A
Black with #DDBE4A
Text Example
Text Example
White with #DDBE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBE4A; }
p { color: rgb(221,190,74); }
H1.HeaderClassName
{
color: #DDBE4A;
}
.AnyTagClassName
{
color: #DDBE4A;
}
</style>
background-color css
<style>
a { background-color: #DDBE4A; }
a { background-color: rgb(221,190,74); }
div.DivClassName
{
background-color: #DDBE4A;
}
.BgClassName
{
background-color: #DDBE4A;
}
</style>
border-color css
<style>
span { border-color: #DDBE4A; }
span { border-color: rgb(221,190,74); }
td.TdClassName
{
border-color: #DDBE4A;
}
.TagClassName
{
border-color: #DDBE4A;
}
</style>