Shades of Confetti #DDCC4D
Tints of Confetti #DDCC4D
RGB
CMYK
RGB Variations
Color information
#DDCC4D (or 0xDDCC4D) is known color: Confetti. HEX triplet: DD, CC and 4D. RGB value is (221,204,77). Sum of RGB (Red+Green+Blue) = 221+204+77=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 77 (30.47% from 255 or 15.34% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC4D is #2233B2. Grayscale: #C3C3C3. Windows color (decimal): -2241459 or 5098717. OLE color: 5098717.
HSL color Cylindrical-coordinate representation of color #DDCC4D: hue angle of 52.92º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDCC4D is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 77 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.13 |
| HSL | 52.92º | 0.68% | 0.58% | - |
| HSV(B) | 52.92º | 0.65% | 0.87% | - |
| XYZ | 52.75 | 59.09 | 15.65 | - |
| YUV | 194.61 | 61.63 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 77 | 0 | 0.08 | 0.65 | 0.13 | 52.92 | 0.68 | 0.58 |
| Hex | DD | CC | 4D | 0 | 8 | 41 | D | 35 | 44 | 3A |
| Octal | 335 | 314 | 115 | 0 | 10 | 101 | 15 | 65 | 104 | 72 |
| Binary | 11011101 | 11001100 | 1001101 | 0 | 1000 | 1000001 | 1101 | 110101 | 1000100 | 111010 |
Color Harmonies of #DDCC4D
Complementary color
Monochromatic Colors of #DDCC4D
Black with #DDCC4D
Text Example
Text Example
White with #DDCC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCC4D; }
p { color: rgb(221,204,77); }
H1.HeaderClassName
{
color: #DDCC4D;
}
.AnyTagClassName
{
color: #DDCC4D;
}
</style>
background-color css
<style>
a { background-color: #DDCC4D; }
a { background-color: rgb(221,204,77); }
div.DivClassName
{
background-color: #DDCC4D;
}
.BgClassName
{
background-color: #DDCC4D;
}
</style>
border-color css
<style>
span { border-color: #DDCC4D; }
span { border-color: rgb(221,204,77); }
td.TdClassName
{
border-color: #DDCC4D;
}
.TagClassName
{
border-color: #DDCC4D;
}
</style>