Shades of Confetti #DDCA4A
Tints of Confetti #DDCA4A
RGB
CMYK
RGB Variations
Color information
#DDCA4A (or 0xDDCA4A) is known color: Confetti. HEX triplet: DD, CA and 4A. RGB value is (221,202,74). Sum of RGB (Red+Green+Blue) = 221+202+74=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 74 (29.30% from 255 or 14.89% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCA4A is #2235B5. Grayscale: #C1C1C1. Windows color (decimal): -2241974 or 4901597. OLE color: 4901597.
HSL color Cylindrical-coordinate representation of color #DDCA4A: hue angle of 52.24º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDCA4A is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 202 | 74 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.13 |
| HSL | 52.24º | 0.68% | 0.58% | - |
| HSV(B) | 52.24º | 0.67% | 0.87% | - |
| XYZ | 52.18 | 58.11 | 14.94 | - |
| YUV | 193.09 | 60.79 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 202 | 74 | 0 | 0.09 | 0.67 | 0.13 | 52.24 | 0.68 | 0.58 |
| Hex | DD | CA | 4A | 0 | 9 | 43 | D | 34 | 44 | 3A |
| Octal | 335 | 312 | 112 | 0 | 11 | 103 | 15 | 64 | 104 | 72 |
| Binary | 11011101 | 11001010 | 1001010 | 0 | 1001 | 1000011 | 1101 | 110100 | 1000100 | 111010 |
Color Harmonies of #DDCA4A
Complementary color
Monochromatic Colors of #DDCA4A
Black with #DDCA4A
Text Example
Text Example
White with #DDCA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCA4A; }
p { color: rgb(221,202,74); }
H1.HeaderClassName
{
color: #DDCA4A;
}
.AnyTagClassName
{
color: #DDCA4A;
}
</style>
background-color css
<style>
a { background-color: #DDCA4A; }
a { background-color: rgb(221,202,74); }
div.DivClassName
{
background-color: #DDCA4A;
}
.BgClassName
{
background-color: #DDCA4A;
}
</style>
border-color css
<style>
span { border-color: #DDCA4A; }
span { border-color: rgb(221,202,74); }
td.TdClassName
{
border-color: #DDCA4A;
}
.TagClassName
{
border-color: #DDCA4A;
}
</style>