Shades of Confetti #DDCD42
Tints of Confetti #DDCD42
RGB
CMYK
RGB Variations
Color information
#DDCD42 (or 0xDDCD42) is known color: Confetti. HEX triplet: DD, CD and 42. RGB value is (221,205,66). Sum of RGB (Red+Green+Blue) = 221+205+66=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 66 (26.17% from 255 or 13.41% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCD42 is #2232BD. Grayscale: #C2C2C2. Windows color (decimal): -2241214 or 4378077. OLE color: 4378077.
HSL color Cylindrical-coordinate representation of color #DDCD42: hue angle of 53.81º 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 #DDCD42 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 66 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.13 |
| HSL | 53.81º | 0.7% | 0.56% | - |
| HSV(B) | 53.81º | 0.7% | 0.87% | - |
| XYZ | 52.63 | 59.43 | 13.85 | - |
| YUV | 193.94 | 55.8 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 66 | 0 | 0.07 | 0.70 | 0.13 | 53.81 | 0.7 | 0.56 |
| Hex | DD | CD | 42 | 0 | 7 | 46 | D | 36 | 46 | 38 |
| Octal | 335 | 315 | 102 | 0 | 7 | 106 | 15 | 66 | 106 | 70 |
| Binary | 11011101 | 11001101 | 1000010 | 0 | 111 | 1000110 | 1101 | 110110 | 1000110 | 111000 |
Color Harmonies of #DDCD42
Complementary color
Monochromatic Colors of #DDCD42
Black with #DDCD42
Text Example
Text Example
White with #DDCD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD42; }
p { color: rgb(221,205,66); }
H1.HeaderClassName
{
color: #DDCD42;
}
.AnyTagClassName
{
color: #DDCD42;
}
</style>
background-color css
<style>
a { background-color: #DDCD42; }
a { background-color: rgb(221,205,66); }
div.DivClassName
{
background-color: #DDCD42;
}
.BgClassName
{
background-color: #DDCD42;
}
</style>
border-color css
<style>
span { border-color: #DDCD42; }
span { border-color: rgb(221,205,66); }
td.TdClassName
{
border-color: #DDCD42;
}
.TagClassName
{
border-color: #DDCD42;
}
</style>