Shades of Confetti #DDBF4D
Tints of Confetti #DDBF4D
RGB
CMYK
RGB Variations
Color information
#DDBF4D (or 0xDDBF4D) is known color: Confetti. HEX triplet: DD, BF and 4D. RGB value is (221,191,77). Sum of RGB (Red+Green+Blue) = 221+191+77=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 77 (30.47% from 255 or 15.75% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBF4D is #2240B2. Grayscale: #BBBBBB. Windows color (decimal): -2244787 or 5095389. OLE color: 5095389.
HSL color Cylindrical-coordinate representation of color #DDBF4D: hue angle of 47.5º 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 #DDBF4D is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 191 | 77 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.13 |
| HSL | 47.5º | 0.68% | 0.58% | - |
| HSV(B) | 47.5º | 0.65% | 0.87% | - |
| XYZ | 49.79 | 53.17 | 14.66 | - |
| YUV | 186.97 | 65.94 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 191 | 77 | 0 | 0.14 | 0.65 | 0.13 | 47.5 | 0.68 | 0.58 |
| Hex | DD | BF | 4D | 0 | E | 41 | D | 30 | 44 | 3A |
| Octal | 335 | 277 | 115 | 0 | 16 | 101 | 15 | 60 | 104 | 72 |
| Binary | 11011101 | 10111111 | 1001101 | 0 | 1110 | 1000001 | 1101 | 110000 | 1000100 | 111010 |
Color Harmonies of #DDBF4D
Complementary color
Monochromatic Colors of #DDBF4D
Black with #DDBF4D
Text Example
Text Example
White with #DDBF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBF4D; }
p { color: rgb(221,191,77); }
H1.HeaderClassName
{
color: #DDBF4D;
}
.AnyTagClassName
{
color: #DDBF4D;
}
</style>
background-color css
<style>
a { background-color: #DDBF4D; }
a { background-color: rgb(221,191,77); }
div.DivClassName
{
background-color: #DDBF4D;
}
.BgClassName
{
background-color: #DDBF4D;
}
</style>
border-color css
<style>
span { border-color: #DDBF4D; }
span { border-color: rgb(221,191,77); }
td.TdClassName
{
border-color: #DDBF4D;
}
.TagClassName
{
border-color: #DDBF4D;
}
</style>