Shades of Confetti #DDBF4E
Tints of Confetti #DDBF4E
RGB
CMYK
RGB Variations
Color information
#DDBF4E (or 0xDDBF4E) is known color: Confetti. HEX triplet: DD, BF and 4E. RGB value is (221,191,78). Sum of RGB (Red+Green+Blue) = 221+191+78=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 78 (30.86% from 255 or 15.92% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBF4E is #2240B1. Grayscale: #BBBBBB. Windows color (decimal): -2244786 or 5160925. OLE color: 5160925.
HSL color Cylindrical-coordinate representation of color #DDBF4E: hue angle of 47.41º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDBF4E is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 191 | 78 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.13 |
| HSL | 47.41º | 0.68% | 0.59% | - |
| HSV(B) | 47.41º | 0.65% | 0.87% | - |
| XYZ | 49.82 | 53.18 | 14.85 | - |
| YUV | 187.09 | 66.44 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 191 | 78 | 0 | 0.14 | 0.65 | 0.13 | 47.41 | 0.68 | 0.59 |
| Hex | DD | BF | 4E | 0 | E | 41 | D | 2F | 44 | 3B |
| Octal | 335 | 277 | 116 | 0 | 16 | 101 | 15 | 57 | 104 | 73 |
| Binary | 11011101 | 10111111 | 1001110 | 0 | 1110 | 1000001 | 1101 | 101111 | 1000100 | 111011 |
Color Harmonies of #DDBF4E
Complementary color
Monochromatic Colors of #DDBF4E
Black with #DDBF4E
Text Example
Text Example
White with #DDBF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBF4E; }
p { color: rgb(221,191,78); }
H1.HeaderClassName
{
color: #DDBF4E;
}
.AnyTagClassName
{
color: #DDBF4E;
}
</style>
background-color css
<style>
a { background-color: #DDBF4E; }
a { background-color: rgb(221,191,78); }
div.DivClassName
{
background-color: #DDBF4E;
}
.BgClassName
{
background-color: #DDBF4E;
}
</style>
border-color css
<style>
span { border-color: #DDBF4E; }
span { border-color: rgb(221,191,78); }
td.TdClassName
{
border-color: #DDBF4E;
}
.TagClassName
{
border-color: #DDBF4E;
}
</style>