Shades of Confetti #DDCC46
Tints of Confetti #DDCC46
RGB
CMYK
RGB Variations
Color information
#DDCC46 (or 0xDDCC46) is known color: Confetti. HEX triplet: DD, CC and 46. RGB value is (221,204,70). Sum of RGB (Red+Green+Blue) = 221+204+70=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 70 (27.73% from 255 or 14.14% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCC46 is #2233B9. Grayscale: #C2C2C2. Windows color (decimal): -2241466 or 4639965. OLE color: 4639965.
HSL color Cylindrical-coordinate representation of color #DDCC46: hue angle of 53.25º 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 #DDCC46 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 70 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.13 |
| HSL | 53.25º | 0.69% | 0.57% | - |
| HSV(B) | 53.25º | 0.68% | 0.87% | - |
| XYZ | 52.52 | 59 | 14.41 | - |
| YUV | 193.81 | 58.13 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 70 | 0 | 0.08 | 0.68 | 0.13 | 53.25 | 0.69 | 0.57 |
| Hex | DD | CC | 46 | 0 | 8 | 44 | D | 35 | 45 | 39 |
| Octal | 335 | 314 | 106 | 0 | 10 | 104 | 15 | 65 | 105 | 71 |
| Binary | 11011101 | 11001100 | 1000110 | 0 | 1000 | 1000100 | 1101 | 110101 | 1000101 | 111001 |
Color Harmonies of #DDCC46
Complementary color
Monochromatic Colors of #DDCC46
Black with #DDCC46
Text Example
Text Example
White with #DDCC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCC46; }
p { color: rgb(221,204,70); }
H1.HeaderClassName
{
color: #DDCC46;
}
.AnyTagClassName
{
color: #DDCC46;
}
</style>
background-color css
<style>
a { background-color: #DDCC46; }
a { background-color: rgb(221,204,70); }
div.DivClassName
{
background-color: #DDCC46;
}
.BgClassName
{
background-color: #DDCC46;
}
</style>
border-color css
<style>
span { border-color: #DDCC46; }
span { border-color: rgb(221,204,70); }
td.TdClassName
{
border-color: #DDCC46;
}
.TagClassName
{
border-color: #DDCC46;
}
</style>