Shades of Confetti #DDCC41
Tints of Confetti #DDCC41
RGB
CMYK
RGB Variations
Color information
#DDCC41 (or 0xDDCC41) is known color: Confetti. HEX triplet: DD, CC and 41. RGB value is (221,204,65). Sum of RGB (Red+Green+Blue) = 221+204+65=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 65 (25.78% from 255 or 13.27% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCC41 is #2233BE. Grayscale: #C1C1C1. Windows color (decimal): -2241471 or 4312285. OLE color: 4312285.
HSL color Cylindrical-coordinate representation of color #DDCC41: hue angle of 53.46º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDCC41 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 65 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.13 |
| HSL | 53.46º | 0.7% | 0.56% | - |
| HSV(B) | 53.46º | 0.71% | 0.87% | - |
| XYZ | 52.37 | 58.94 | 13.62 | - |
| YUV | 193.24 | 55.63 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 65 | 0 | 0.08 | 0.71 | 0.13 | 53.46 | 0.7 | 0.56 |
| Hex | DD | CC | 41 | 0 | 8 | 47 | D | 35 | 46 | 38 |
| Octal | 335 | 314 | 101 | 0 | 10 | 107 | 15 | 65 | 106 | 70 |
| Binary | 11011101 | 11001100 | 1000001 | 0 | 1000 | 1000111 | 1101 | 110101 | 1000110 | 111000 |
Color Harmonies of #DDCC41
Complementary color
Monochromatic Colors of #DDCC41
Black with #DDCC41
Text Example
Text Example
White with #DDCC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCC41; }
p { color: rgb(221,204,65); }
H1.HeaderClassName
{
color: #DDCC41;
}
.AnyTagClassName
{
color: #DDCC41;
}
</style>
background-color css
<style>
a { background-color: #DDCC41; }
a { background-color: rgb(221,204,65); }
div.DivClassName
{
background-color: #DDCC41;
}
.BgClassName
{
background-color: #DDCC41;
}
</style>
border-color css
<style>
span { border-color: #DDCC41; }
span { border-color: rgb(221,204,65); }
td.TdClassName
{
border-color: #DDCC41;
}
.TagClassName
{
border-color: #DDCC41;
}
</style>