Shades of Confetti #DDCD4D
Tints of Confetti #DDCD4D
RGB
CMYK
RGB Variations
Color information
#DDCD4D (or 0xDDCD4D) is known color: Confetti. HEX triplet: DD, CD and 4D. RGB value is (221,205,77). Sum of RGB (Red+Green+Blue) = 221+205+77=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 77 (30.47% from 255 or 15.31% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD4D is #2232B2. Grayscale: #C3C3C3. Windows color (decimal): -2241203 or 5098973. OLE color: 5098973.
HSL color Cylindrical-coordinate representation of color #DDCD4D: hue angle of 53.33º 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 #DDCD4D is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 77 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.13 |
| HSL | 53.33º | 0.68% | 0.58% | - |
| HSV(B) | 53.33º | 0.65% | 0.87% | - |
| XYZ | 52.99 | 59.57 | 15.73 | - |
| YUV | 195.19 | 61.3 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 77 | 0 | 0.07 | 0.65 | 0.13 | 53.33 | 0.68 | 0.58 |
| Hex | DD | CD | 4D | 0 | 7 | 41 | D | 35 | 44 | 3A |
| Octal | 335 | 315 | 115 | 0 | 7 | 101 | 15 | 65 | 104 | 72 |
| Binary | 11011101 | 11001101 | 1001101 | 0 | 111 | 1000001 | 1101 | 110101 | 1000100 | 111010 |
Color Harmonies of #DDCD4D
Complementary color
Monochromatic Colors of #DDCD4D
Black with #DDCD4D
Text Example
Text Example
White with #DDCD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD4D; }
p { color: rgb(221,205,77); }
H1.HeaderClassName
{
color: #DDCD4D;
}
.AnyTagClassName
{
color: #DDCD4D;
}
</style>
background-color css
<style>
a { background-color: #DDCD4D; }
a { background-color: rgb(221,205,77); }
div.DivClassName
{
background-color: #DDCD4D;
}
.BgClassName
{
background-color: #DDCD4D;
}
</style>
border-color css
<style>
span { border-color: #DDCD4D; }
span { border-color: rgb(221,205,77); }
td.TdClassName
{
border-color: #DDCD4D;
}
.TagClassName
{
border-color: #DDCD4D;
}
</style>