Shades of Confetti #DDCC47
Tints of Confetti #DDCC47
RGB
CMYK
RGB Variations
Color information
#DDCC47 (or 0xDDCC47) is known color: Confetti. HEX triplet: DD, CC and 47. RGB value is (221,204,71). Sum of RGB (Red+Green+Blue) = 221+204+71=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 71 (28.12% from 255 or 14.31% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCC47 is #2233B8. Grayscale: #C2C2C2. Windows color (decimal): -2241465 or 4705501. OLE color: 4705501.
HSL color Cylindrical-coordinate representation of color #DDCC47: hue angle of 53.2º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DDCC47 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 71 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.13 |
| HSL | 53.2º | 0.69% | 0.57% | - |
| HSV(B) | 53.2º | 0.68% | 0.87% | - |
| XYZ | 52.55 | 59.01 | 14.58 | - |
| YUV | 193.92 | 58.63 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 71 | 0 | 0.08 | 0.68 | 0.13 | 53.2 | 0.69 | 0.57 |
| Hex | DD | CC | 47 | 0 | 8 | 44 | D | 35 | 45 | 39 |
| Octal | 335 | 314 | 107 | 0 | 10 | 104 | 15 | 65 | 105 | 71 |
| Binary | 11011101 | 11001100 | 1000111 | 0 | 1000 | 1000100 | 1101 | 110101 | 1000101 | 111001 |
Color Harmonies of #DDCC47
Complementary color
Monochromatic Colors of #DDCC47
Black with #DDCC47
Text Example
Text Example
White with #DDCC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCC47; }
p { color: rgb(221,204,71); }
H1.HeaderClassName
{
color: #DDCC47;
}
.AnyTagClassName
{
color: #DDCC47;
}
</style>
background-color css
<style>
a { background-color: #DDCC47; }
a { background-color: rgb(221,204,71); }
div.DivClassName
{
background-color: #DDCC47;
}
.BgClassName
{
background-color: #DDCC47;
}
</style>
border-color css
<style>
span { border-color: #DDCC47; }
span { border-color: rgb(221,204,71); }
td.TdClassName
{
border-color: #DDCC47;
}
.TagClassName
{
border-color: #DDCC47;
}
</style>