Shades of Confetti #DDCD4C
Tints of Confetti #DDCD4C
RGB
CMYK
RGB Variations
Color information
#DDCD4C (or 0xDDCD4C) is known color: Confetti. HEX triplet: DD, CD and 4C. RGB value is (221,205,76). Sum of RGB (Red+Green+Blue) = 221+205+76=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 76 (30.08% from 255 or 15.14% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCD4C is #2232B3. Grayscale: #C3C3C3. Windows color (decimal): -2241204 or 5033437. OLE color: 5033437.
HSL color Cylindrical-coordinate representation of color #DDCD4C: hue angle of 53.38º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DDCD4C is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 76 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.13 |
| HSL | 53.38º | 0.68% | 0.58% | - |
| HSV(B) | 53.38º | 0.66% | 0.87% | - |
| XYZ | 52.95 | 59.56 | 15.54 | - |
| YUV | 195.08 | 60.8 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 76 | 0 | 0.07 | 0.66 | 0.13 | 53.38 | 0.68 | 0.58 |
| Hex | DD | CD | 4C | 0 | 7 | 42 | D | 35 | 44 | 3A |
| Octal | 335 | 315 | 114 | 0 | 7 | 102 | 15 | 65 | 104 | 72 |
| Binary | 11011101 | 11001101 | 1001100 | 0 | 111 | 1000010 | 1101 | 110101 | 1000100 | 111010 |
Color Harmonies of #DDCD4C
Complementary color
Monochromatic Colors of #DDCD4C
Black with #DDCD4C
Text Example
Text Example
White with #DDCD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD4C; }
p { color: rgb(221,205,76); }
H1.HeaderClassName
{
color: #DDCD4C;
}
.AnyTagClassName
{
color: #DDCD4C;
}
</style>
background-color css
<style>
a { background-color: #DDCD4C; }
a { background-color: rgb(221,205,76); }
div.DivClassName
{
background-color: #DDCD4C;
}
.BgClassName
{
background-color: #DDCD4C;
}
</style>
border-color css
<style>
span { border-color: #DDCD4C; }
span { border-color: rgb(221,205,76); }
td.TdClassName
{
border-color: #DDCD4C;
}
.TagClassName
{
border-color: #DDCD4C;
}
</style>