Shades of Confetti #DDC353
Tints of Confetti #DDC353
RGB
CMYK
RGB Variations
Color information
#DDC353 (or 0xDDC353) is known color: Confetti. HEX triplet: DD, C3 and 53. RGB value is (221,195,83). Sum of RGB (Red+Green+Blue) = 221+195+83=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 83 (32.81% from 255 or 16.63% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC353 is #223CAC. Grayscale: #BEBEBE. Windows color (decimal): -2243757 or 5489629. OLE color: 5489629.
HSL color Cylindrical-coordinate representation of color #DDC353: hue angle of 48.7º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDC353 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 83 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.13 |
| HSL | 48.7º | 0.67% | 0.6% | - |
| HSV(B) | 48.7º | 0.62% | 0.87% | - |
| XYZ | 50.9 | 55.03 | 16.12 | - |
| YUV | 190.01 | 67.61 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 83 | 0 | 0.12 | 0.62 | 0.13 | 48.7 | 0.67 | 0.6 |
| Hex | DD | C3 | 53 | 0 | C | 3E | D | 31 | 43 | 3C |
| Octal | 335 | 303 | 123 | 0 | 14 | 76 | 15 | 61 | 103 | 74 |
| Binary | 11011101 | 11000011 | 1010011 | 0 | 1100 | 111110 | 1101 | 110001 | 1000011 | 111100 |
Color Harmonies of #DDC353
Complementary color
Monochromatic Colors of #DDC353
Black with #DDC353
Text Example
Text Example
White with #DDC353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC353; }
p { color: rgb(221,195,83); }
H1.HeaderClassName
{
color: #DDC353;
}
.AnyTagClassName
{
color: #DDC353;
}
</style>
background-color css
<style>
a { background-color: #DDC353; }
a { background-color: rgb(221,195,83); }
div.DivClassName
{
background-color: #DDC353;
}
.BgClassName
{
background-color: #DDC353;
}
</style>
border-color css
<style>
span { border-color: #DDC353; }
span { border-color: rgb(221,195,83); }
td.TdClassName
{
border-color: #DDC353;
}
.TagClassName
{
border-color: #DDC353;
}
</style>