Shades of Confetti #DDCD4B
Tints of Confetti #DDCD4B
RGB
CMYK
RGB Variations
Color information
#DDCD4B (or 0xDDCD4B) is known color: Confetti. HEX triplet: DD, CD and 4B. RGB value is (221,205,75). Sum of RGB (Red+Green+Blue) = 221+205+75=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 75 (29.69% from 255 or 14.97% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCD4B is #2232B4. Grayscale: #C3C3C3. Windows color (decimal): -2241205 or 4967901. OLE color: 4967901.
HSL color Cylindrical-coordinate representation of color #DDCD4B: hue angle of 53.42º 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 #DDCD4B is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 75 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.13 |
| HSL | 53.42º | 0.68% | 0.58% | - |
| HSV(B) | 53.42º | 0.66% | 0.87% | - |
| XYZ | 52.92 | 59.54 | 15.36 | - |
| YUV | 194.96 | 60.3 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 75 | 0 | 0.07 | 0.66 | 0.13 | 53.42 | 0.68 | 0.58 |
| Hex | DD | CD | 4B | 0 | 7 | 42 | D | 35 | 44 | 3A |
| Octal | 335 | 315 | 113 | 0 | 7 | 102 | 15 | 65 | 104 | 72 |
| Binary | 11011101 | 11001101 | 1001011 | 0 | 111 | 1000010 | 1101 | 110101 | 1000100 | 111010 |
Color Harmonies of #DDCD4B
Complementary color
Monochromatic Colors of #DDCD4B
Black with #DDCD4B
Text Example
Text Example
White with #DDCD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD4B; }
p { color: rgb(221,205,75); }
H1.HeaderClassName
{
color: #DDCD4B;
}
.AnyTagClassName
{
color: #DDCD4B;
}
</style>
background-color css
<style>
a { background-color: #DDCD4B; }
a { background-color: rgb(221,205,75); }
div.DivClassName
{
background-color: #DDCD4B;
}
.BgClassName
{
background-color: #DDCD4B;
}
</style>
border-color css
<style>
span { border-color: #DDCD4B; }
span { border-color: rgb(221,205,75); }
td.TdClassName
{
border-color: #DDCD4B;
}
.TagClassName
{
border-color: #DDCD4B;
}
</style>