Shades of Confetti #DDBD42
Tints of Confetti #DDBD42
RGB
CMYK
RGB Variations
Color information
#DDBD42 (or 0xDDBD42) is known color: Confetti. HEX triplet: DD, BD and 42. RGB value is (221,189,66). Sum of RGB (Red+Green+Blue) = 221+189+66=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 189 (74.22% from 255 or 39.71% from 476); Blue value is 66 (26.17% from 255 or 13.87% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBD42 is #2242BD. Grayscale: #B9B9B9. Windows color (decimal): -2245310 or 4373981. OLE color: 4373981.
HSL color Cylindrical-coordinate representation of color #DDBD42: hue angle of 47.61º 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 #DDBD42 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 66 | - |
| CMYK | 0 | 0.14 | 0.70 | 0.13 |
| HSL | 47.61º | 0.7% | 0.56% | - |
| HSV(B) | 47.61º | 0.7% | 0.87% | - |
| XYZ | 49 | 52.16 | 12.64 | - |
| YUV | 184.55 | 61.1 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 66 | 0 | 0.14 | 0.70 | 0.13 | 47.61 | 0.7 | 0.56 |
| Hex | DD | BD | 42 | 0 | E | 46 | D | 30 | 46 | 38 |
| Octal | 335 | 275 | 102 | 0 | 16 | 106 | 15 | 60 | 106 | 70 |
| Binary | 11011101 | 10111101 | 1000010 | 0 | 1110 | 1000110 | 1101 | 110000 | 1000110 | 111000 |
Color Harmonies of #DDBD42
Complementary color
Monochromatic Colors of #DDBD42
Black with #DDBD42
Text Example
Text Example
White with #DDBD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBD42; }
p { color: rgb(221,189,66); }
H1.HeaderClassName
{
color: #DDBD42;
}
.AnyTagClassName
{
color: #DDBD42;
}
</style>
background-color css
<style>
a { background-color: #DDBD42; }
a { background-color: rgb(221,189,66); }
div.DivClassName
{
background-color: #DDBD42;
}
.BgClassName
{
background-color: #DDBD42;
}
</style>
border-color css
<style>
span { border-color: #DDBD42; }
span { border-color: rgb(221,189,66); }
td.TdClassName
{
border-color: #DDBD42;
}
.TagClassName
{
border-color: #DDBD42;
}
</style>