Shades of Confetti #DDC23F
Tints of Confetti #DDC23F
RGB
CMYK
RGB Variations
Color information
#DDC23F (or 0xDDC23F) is known color: Confetti. HEX triplet: DD, C2 and 3F. RGB value is (221,194,63). Sum of RGB (Red+Green+Blue) = 221+194+63=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 63 (25% from 255 or 13.18% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC23F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC23F is #223DC0. Grayscale: #BBBBBB. Windows color (decimal): -2244033 or 4178653. OLE color: 4178653.
HSL color Cylindrical-coordinate representation of color #DDC23F: hue angle of 49.75º 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 #DDC23F is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 63 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.13 |
| HSL | 49.75º | 0.7% | 0.56% | - |
| HSV(B) | 49.75º | 0.71% | 0.87% | - |
| XYZ | 50.01 | 54.31 | 12.55 | - |
| YUV | 187.14 | 57.95 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 63 | 0 | 0.12 | 0.71 | 0.13 | 49.75 | 0.7 | 0.56 |
| Hex | DD | C2 | 3F | 0 | C | 47 | D | 32 | 46 | 38 |
| Octal | 335 | 302 | 77 | 0 | 14 | 107 | 15 | 62 | 106 | 70 |
| Binary | 11011101 | 11000010 | 111111 | 0 | 1100 | 1000111 | 1101 | 110010 | 1000110 | 111000 |
Color Harmonies of #DDC23F
Complementary color
Monochromatic Colors of #DDC23F
Black with #DDC23F
Text Example
Text Example
White with #DDC23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC23F; }
p { color: rgb(221,194,63); }
H1.HeaderClassName
{
color: #DDC23F;
}
.AnyTagClassName
{
color: #DDC23F;
}
</style>
background-color css
<style>
a { background-color: #DDC23F; }
a { background-color: rgb(221,194,63); }
div.DivClassName
{
background-color: #DDC23F;
}
.BgClassName
{
background-color: #DDC23F;
}
</style>
border-color css
<style>
span { border-color: #DDC23F; }
span { border-color: rgb(221,194,63); }
td.TdClassName
{
border-color: #DDC23F;
}
.TagClassName
{
border-color: #DDC23F;
}
</style>