Shades of Confetti #DDBF4A
Tints of Confetti #DDBF4A
RGB
CMYK
RGB Variations
Color information
#DDBF4A (or 0xDDBF4A) is known color: Confetti. HEX triplet: DD, BF and 4A. RGB value is (221,191,74). Sum of RGB (Red+Green+Blue) = 221+191+74=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 74 (29.30% from 255 or 15.23% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBF4A is #2240B5. Grayscale: #BBBBBB. Windows color (decimal): -2244790 or 4898781. OLE color: 4898781.
HSL color Cylindrical-coordinate representation of color #DDBF4A: hue angle of 47.76º 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 #DDBF4A is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 191 | 74 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.13 |
| HSL | 47.76º | 0.68% | 0.58% | - |
| HSV(B) | 47.76º | 0.67% | 0.87% | - |
| XYZ | 49.69 | 53.13 | 14.11 | - |
| YUV | 186.63 | 64.44 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 191 | 74 | 0 | 0.14 | 0.67 | 0.13 | 47.76 | 0.68 | 0.58 |
| Hex | DD | BF | 4A | 0 | E | 43 | D | 30 | 44 | 3A |
| Octal | 335 | 277 | 112 | 0 | 16 | 103 | 15 | 60 | 104 | 72 |
| Binary | 11011101 | 10111111 | 1001010 | 0 | 1110 | 1000011 | 1101 | 110000 | 1000100 | 111010 |
Color Harmonies of #DDBF4A
Complementary color
Monochromatic Colors of #DDBF4A
Black with #DDBF4A
Text Example
Text Example
White with #DDBF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBF4A; }
p { color: rgb(221,191,74); }
H1.HeaderClassName
{
color: #DDBF4A;
}
.AnyTagClassName
{
color: #DDBF4A;
}
</style>
background-color css
<style>
a { background-color: #DDBF4A; }
a { background-color: rgb(221,191,74); }
div.DivClassName
{
background-color: #DDBF4A;
}
.BgClassName
{
background-color: #DDBF4A;
}
</style>
border-color css
<style>
span { border-color: #DDBF4A; }
span { border-color: rgb(221,191,74); }
td.TdClassName
{
border-color: #DDBF4A;
}
.TagClassName
{
border-color: #DDBF4A;
}
</style>