Shades of Confetti #DDCB45
Tints of Confetti #DDCB45
RGB
CMYK
RGB Variations
Color information
#DDCB45 (or 0xDDCB45) is known color: Confetti. HEX triplet: DD, CB and 45. RGB value is (221,203,69). Sum of RGB (Red+Green+Blue) = 221+203+69=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 69 (27.34% from 255 or 14.00% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCB45 is #2234BA. Grayscale: #C1C1C1. Windows color (decimal): -2241723 or 4574173. OLE color: 4574173.
HSL color Cylindrical-coordinate representation of color #DDCB45: hue angle of 52.89º 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 #DDCB45 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 69 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.13 |
| HSL | 52.89º | 0.69% | 0.57% | - |
| HSV(B) | 52.89º | 0.69% | 0.87% | - |
| XYZ | 52.25 | 58.51 | 14.17 | - |
| YUV | 193.11 | 57.96 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 69 | 0 | 0.08 | 0.69 | 0.13 | 52.89 | 0.69 | 0.57 |
| Hex | DD | CB | 45 | 0 | 8 | 45 | D | 35 | 45 | 39 |
| Octal | 335 | 313 | 105 | 0 | 10 | 105 | 15 | 65 | 105 | 71 |
| Binary | 11011101 | 11001011 | 1000101 | 0 | 1000 | 1000101 | 1101 | 110101 | 1000101 | 111001 |
Color Harmonies of #DDCB45
Complementary color
Monochromatic Colors of #DDCB45
Black with #DDCB45
Text Example
Text Example
White with #DDCB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCB45; }
p { color: rgb(221,203,69); }
H1.HeaderClassName
{
color: #DDCB45;
}
.AnyTagClassName
{
color: #DDCB45;
}
</style>
background-color css
<style>
a { background-color: #DDCB45; }
a { background-color: rgb(221,203,69); }
div.DivClassName
{
background-color: #DDCB45;
}
.BgClassName
{
background-color: #DDCB45;
}
</style>
border-color css
<style>
span { border-color: #DDCB45; }
span { border-color: rgb(221,203,69); }
td.TdClassName
{
border-color: #DDCB45;
}
.TagClassName
{
border-color: #DDCB45;
}
</style>