Shades of Confetti #DDCA4E
Tints of Confetti #DDCA4E
RGB
CMYK
RGB Variations
Color information
#DDCA4E (or 0xDDCA4E) is known color: Confetti. HEX triplet: DD, CA and 4E. RGB value is (221,202,78). Sum of RGB (Red+Green+Blue) = 221+202+78=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 78 (30.86% from 255 or 15.57% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCA4E is #2235B1. Grayscale: #C2C2C2. Windows color (decimal): -2241970 or 5163741. OLE color: 5163741.
HSL color Cylindrical-coordinate representation of color #DDCA4E: hue angle of 52.03º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDCA4E is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 202 | 78 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.13 |
| HSL | 52.03º | 0.68% | 0.59% | - |
| HSV(B) | 52.03º | 0.65% | 0.87% | - |
| XYZ | 52.31 | 58.16 | 15.68 | - |
| YUV | 193.55 | 62.79 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 202 | 78 | 0 | 0.09 | 0.65 | 0.13 | 52.03 | 0.68 | 0.59 |
| Hex | DD | CA | 4E | 0 | 9 | 41 | D | 34 | 44 | 3B |
| Octal | 335 | 312 | 116 | 0 | 11 | 101 | 15 | 64 | 104 | 73 |
| Binary | 11011101 | 11001010 | 1001110 | 0 | 1001 | 1000001 | 1101 | 110100 | 1000100 | 111011 |
Color Harmonies of #DDCA4E
Complementary color
Monochromatic Colors of #DDCA4E
Black with #DDCA4E
Text Example
Text Example
White with #DDCA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCA4E; }
p { color: rgb(221,202,78); }
H1.HeaderClassName
{
color: #DDCA4E;
}
.AnyTagClassName
{
color: #DDCA4E;
}
</style>
background-color css
<style>
a { background-color: #DDCA4E; }
a { background-color: rgb(221,202,78); }
div.DivClassName
{
background-color: #DDCA4E;
}
.BgClassName
{
background-color: #DDCA4E;
}
</style>
border-color css
<style>
span { border-color: #DDCA4E; }
span { border-color: rgb(221,202,78); }
td.TdClassName
{
border-color: #DDCA4E;
}
.TagClassName
{
border-color: #DDCA4E;
}
</style>