Shades of Confetti #DDC348
Tints of Confetti #DDC348
RGB
CMYK
RGB Variations
Color information
#DDC348 (or 0xDDC348) is known color: Confetti. HEX triplet: DD, C3 and 48. RGB value is (221,195,72). Sum of RGB (Red+Green+Blue) = 221+195+72=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 72 (28.52% from 255 or 14.75% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC348 is #223CB7. Grayscale: #BDBDBD. Windows color (decimal): -2243768 or 4768733. OLE color: 4768733.
HSL color Cylindrical-coordinate representation of color #DDC348: hue angle of 49.53º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDC348 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 72 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.13 |
| HSL | 49.53º | 0.69% | 0.57% | - |
| HSV(B) | 49.53º | 0.67% | 0.87% | - |
| XYZ | 50.5 | 54.87 | 14.06 | - |
| YUV | 188.75 | 62.11 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 72 | 0 | 0.12 | 0.67 | 0.13 | 49.53 | 0.69 | 0.57 |
| Hex | DD | C3 | 48 | 0 | C | 43 | D | 32 | 45 | 39 |
| Octal | 335 | 303 | 110 | 0 | 14 | 103 | 15 | 62 | 105 | 71 |
| Binary | 11011101 | 11000011 | 1001000 | 0 | 1100 | 1000011 | 1101 | 110010 | 1000101 | 111001 |
Color Harmonies of #DDC348
Complementary color
Monochromatic Colors of #DDC348
Black with #DDC348
Text Example
Text Example
White with #DDC348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC348; }
p { color: rgb(221,195,72); }
H1.HeaderClassName
{
color: #DDC348;
}
.AnyTagClassName
{
color: #DDC348;
}
</style>
background-color css
<style>
a { background-color: #DDC348; }
a { background-color: rgb(221,195,72); }
div.DivClassName
{
background-color: #DDC348;
}
.BgClassName
{
background-color: #DDC348;
}
</style>
border-color css
<style>
span { border-color: #DDC348; }
span { border-color: rgb(221,195,72); }
td.TdClassName
{
border-color: #DDC348;
}
.TagClassName
{
border-color: #DDC348;
}
</style>