Shades of Confetti #DDD23F
Tints of Confetti #DDD23F
RGB
CMYK
RGB Variations
Color information
#DDD23F (or 0xDDD23F) is known color: Confetti. HEX triplet: DD, D2 and 3F. RGB value is (221,210,63). Sum of RGB (Red+Green+Blue) = 221+210+63=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 63 (25% from 255 or 12.75% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD23F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD23F is #222DC0. Grayscale: #C5C5C5. Windows color (decimal): -2239937 or 4182749. OLE color: 4182749.
HSL color Cylindrical-coordinate representation of color #DDD23F: hue angle of 55.82º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDD23F is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 63 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.13 |
| HSL | 55.82º | 0.7% | 0.56% | - |
| HSV(B) | 55.82º | 0.71% | 0.87% | - |
| XYZ | 53.76 | 61.82 | 13.8 | - |
| YUV | 196.53 | 52.64 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 63 | 0 | 0.05 | 0.71 | 0.13 | 55.82 | 0.7 | 0.56 |
| Hex | DD | D2 | 3F | 0 | 5 | 47 | D | 38 | 46 | 38 |
| Octal | 335 | 322 | 77 | 0 | 5 | 107 | 15 | 70 | 106 | 70 |
| Binary | 11011101 | 11010010 | 111111 | 0 | 101 | 1000111 | 1101 | 111000 | 1000110 | 111000 |
Color Harmonies of #DDD23F
Complementary color
Monochromatic Colors of #DDD23F
Black with #DDD23F
Text Example
Text Example
White with #DDD23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD23F; }
p { color: rgb(221,210,63); }
H1.HeaderClassName
{
color: #DDD23F;
}
.AnyTagClassName
{
color: #DDD23F;
}
</style>
background-color css
<style>
a { background-color: #DDD23F; }
a { background-color: rgb(221,210,63); }
div.DivClassName
{
background-color: #DDD23F;
}
.BgClassName
{
background-color: #DDD23F;
}
</style>
border-color css
<style>
span { border-color: #DDD23F; }
span { border-color: rgb(221,210,63); }
td.TdClassName
{
border-color: #DDD23F;
}
.TagClassName
{
border-color: #DDD23F;
}
</style>