Shades of Confetti #DDC33E
Tints of Confetti #DDC33E
RGB
CMYK
RGB Variations
Color information
#DDC33E (or 0xDDC33E) is known color: Confetti. HEX triplet: DD, C3 and 3E. RGB value is (221,195,62). Sum of RGB (Red+Green+Blue) = 221+195+62=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 62 (24.61% from 255 or 12.97% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC33E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC33E is #223CC1. Grayscale: #BCBCBC. Windows color (decimal): -2243778 or 4113373. OLE color: 4113373.
HSL color Cylindrical-coordinate representation of color #DDC33E: hue angle of 50.19º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDC33E is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 62 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.13 |
| HSL | 50.19º | 0.7% | 0.55% | - |
| HSV(B) | 50.19º | 0.72% | 0.87% | - |
| XYZ | 50.2 | 54.75 | 12.48 | - |
| YUV | 187.61 | 57.11 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 62 | 0 | 0.12 | 0.72 | 0.13 | 50.19 | 0.7 | 0.55 |
| Hex | DD | C3 | 3E | 0 | C | 48 | D | 32 | 46 | 37 |
| Octal | 335 | 303 | 76 | 0 | 14 | 110 | 15 | 62 | 106 | 67 |
| Binary | 11011101 | 11000011 | 111110 | 0 | 1100 | 1001000 | 1101 | 110010 | 1000110 | 110111 |
Color Harmonies of #DDC33E
Complementary color
Monochromatic Colors of #DDC33E
Black with #DDC33E
Text Example
Text Example
White with #DDC33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC33E; }
p { color: rgb(221,195,62); }
H1.HeaderClassName
{
color: #DDC33E;
}
.AnyTagClassName
{
color: #DDC33E;
}
</style>
background-color css
<style>
a { background-color: #DDC33E; }
a { background-color: rgb(221,195,62); }
div.DivClassName
{
background-color: #DDC33E;
}
.BgClassName
{
background-color: #DDC33E;
}
</style>
border-color css
<style>
span { border-color: #DDC33E; }
span { border-color: rgb(221,195,62); }
td.TdClassName
{
border-color: #DDC33E;
}
.TagClassName
{
border-color: #DDC33E;
}
</style>