Shades of Confetti #DDC145
Tints of Confetti #DDC145
RGB
CMYK
RGB Variations
Color information
#DDC145 (or 0xDDC145) is known color: Confetti. HEX triplet: DD, C1 and 45. RGB value is (221,193,69). Sum of RGB (Red+Green+Blue) = 221+193+69=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 69 (27.34% from 255 or 14.29% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC145 is #223EBA. Grayscale: #BBBBBB. Windows color (decimal): -2244283 or 4571613. OLE color: 4571613.
HSL color Cylindrical-coordinate representation of color #DDC145: hue angle of 48.95º 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 #DDC145 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 69 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.13 |
| HSL | 48.95º | 0.69% | 0.57% | - |
| HSV(B) | 48.95º | 0.69% | 0.87% | - |
| XYZ | 49.96 | 53.94 | 13.41 | - |
| YUV | 187.24 | 61.28 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 69 | 0 | 0.13 | 0.69 | 0.13 | 48.95 | 0.69 | 0.57 |
| Hex | DD | C1 | 45 | 0 | D | 45 | D | 31 | 45 | 39 |
| Octal | 335 | 301 | 105 | 0 | 15 | 105 | 15 | 61 | 105 | 71 |
| Binary | 11011101 | 11000001 | 1000101 | 0 | 1101 | 1000101 | 1101 | 110001 | 1000101 | 111001 |
Color Harmonies of #DDC145
Complementary color
Monochromatic Colors of #DDC145
Black with #DDC145
Text Example
Text Example
White with #DDC145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC145; }
p { color: rgb(221,193,69); }
H1.HeaderClassName
{
color: #DDC145;
}
.AnyTagClassName
{
color: #DDC145;
}
</style>
background-color css
<style>
a { background-color: #DDC145; }
a { background-color: rgb(221,193,69); }
div.DivClassName
{
background-color: #DDC145;
}
.BgClassName
{
background-color: #DDC145;
}
</style>
border-color css
<style>
span { border-color: #DDC145; }
span { border-color: rgb(221,193,69); }
td.TdClassName
{
border-color: #DDC145;
}
.TagClassName
{
border-color: #DDC145;
}
</style>