Shades of Confetti #DDCD45
Tints of Confetti #DDCD45
RGB
CMYK
RGB Variations
Color information
#DDCD45 (or 0xDDCD45) is known color: Confetti. HEX triplet: DD, CD and 45. RGB value is (221,205,69). Sum of RGB (Red+Green+Blue) = 221+205+69=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 69 (27.34% from 255 or 13.94% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCD45 is #2232BA. Grayscale: #C2C2C2. Windows color (decimal): -2241211 or 4574685. OLE color: 4574685.
HSL color Cylindrical-coordinate representation of color #DDCD45: hue angle of 53.68º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DDCD45 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 69 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.13 |
| HSL | 53.68º | 0.69% | 0.57% | - |
| HSV(B) | 53.68º | 0.69% | 0.87% | - |
| XYZ | 52.72 | 59.46 | 14.33 | - |
| YUV | 194.28 | 57.3 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 69 | 0 | 0.07 | 0.69 | 0.13 | 53.68 | 0.69 | 0.57 |
| Hex | DD | CD | 45 | 0 | 7 | 45 | D | 36 | 45 | 39 |
| Octal | 335 | 315 | 105 | 0 | 7 | 105 | 15 | 66 | 105 | 71 |
| Binary | 11011101 | 11001101 | 1000101 | 0 | 111 | 1000101 | 1101 | 110110 | 1000101 | 111001 |
Color Harmonies of #DDCD45
Complementary color
Monochromatic Colors of #DDCD45
Black with #DDCD45
Text Example
Text Example
White with #DDCD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD45; }
p { color: rgb(221,205,69); }
H1.HeaderClassName
{
color: #DDCD45;
}
.AnyTagClassName
{
color: #DDCD45;
}
</style>
background-color css
<style>
a { background-color: #DDCD45; }
a { background-color: rgb(221,205,69); }
div.DivClassName
{
background-color: #DDCD45;
}
.BgClassName
{
background-color: #DDCD45;
}
</style>
border-color css
<style>
span { border-color: #DDCD45; }
span { border-color: rgb(221,205,69); }
td.TdClassName
{
border-color: #DDCD45;
}
.TagClassName
{
border-color: #DDCD45;
}
</style>