Shades of Confetti #DDC344
Tints of Confetti #DDC344
RGB
CMYK
RGB Variations
Color information
#DDC344 (or 0xDDC344) is known color: Confetti. HEX triplet: DD, C3 and 44. RGB value is (221,195,68). Sum of RGB (Red+Green+Blue) = 221+195+68=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 195 (76.56% from 255 or 40.29% from 484); Blue value is 68 (26.95% from 255 or 14.05% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC344 is #223CBB. Grayscale: #BCBCBC. Windows color (decimal): -2243772 or 4506589. OLE color: 4506589.
HSL color Cylindrical-coordinate representation of color #DDC344: hue angle of 49.8º 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 #DDC344 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 68 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.13 |
| HSL | 49.8º | 0.69% | 0.57% | - |
| HSV(B) | 49.8º | 0.69% | 0.87% | - |
| XYZ | 50.38 | 54.82 | 13.39 | - |
| YUV | 188.3 | 60.11 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 68 | 0 | 0.12 | 0.69 | 0.13 | 49.8 | 0.69 | 0.57 |
| Hex | DD | C3 | 44 | 0 | C | 45 | D | 32 | 45 | 39 |
| Octal | 335 | 303 | 104 | 0 | 14 | 105 | 15 | 62 | 105 | 71 |
| Binary | 11011101 | 11000011 | 1000100 | 0 | 1100 | 1000101 | 1101 | 110010 | 1000101 | 111001 |
Color Harmonies of #DDC344
Complementary color
Monochromatic Colors of #DDC344
Black with #DDC344
Text Example
Text Example
White with #DDC344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC344; }
p { color: rgb(221,195,68); }
H1.HeaderClassName
{
color: #DDC344;
}
.AnyTagClassName
{
color: #DDC344;
}
</style>
background-color css
<style>
a { background-color: #DDC344; }
a { background-color: rgb(221,195,68); }
div.DivClassName
{
background-color: #DDC344;
}
.BgClassName
{
background-color: #DDC344;
}
</style>
border-color css
<style>
span { border-color: #DDC344; }
span { border-color: rgb(221,195,68); }
td.TdClassName
{
border-color: #DDC344;
}
.TagClassName
{
border-color: #DDC344;
}
</style>