Shades of Confetti #DDC94C
Tints of Confetti #DDC94C
RGB
CMYK
RGB Variations
Color information
#DDC94C (or 0xDDC94C) is known color: Confetti. HEX triplet: DD, C9 and 4C. RGB value is (221,201,76). Sum of RGB (Red+Green+Blue) = 221+201+76=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 76 (30.08% from 255 or 15.26% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC94C is #2236B3. Grayscale: #C1C1C1. Windows color (decimal): -2242228 or 5032413. OLE color: 5032413.
HSL color Cylindrical-coordinate representation of color #DDC94C: hue angle of 51.72º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DDC94C is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 76 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.13 |
| HSL | 51.72º | 0.68% | 0.58% | - |
| HSV(B) | 51.72º | 0.66% | 0.87% | - |
| XYZ | 52.01 | 57.67 | 15.23 | - |
| YUV | 192.73 | 62.13 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 76 | 0 | 0.09 | 0.66 | 0.13 | 51.72 | 0.68 | 0.58 |
| Hex | DD | C9 | 4C | 0 | 9 | 42 | D | 34 | 44 | 3A |
| Octal | 335 | 311 | 114 | 0 | 11 | 102 | 15 | 64 | 104 | 72 |
| Binary | 11011101 | 11001001 | 1001100 | 0 | 1001 | 1000010 | 1101 | 110100 | 1000100 | 111010 |
Color Harmonies of #DDC94C
Complementary color
Monochromatic Colors of #DDC94C
Black with #DDC94C
Text Example
Text Example
White with #DDC94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC94C; }
p { color: rgb(221,201,76); }
H1.HeaderClassName
{
color: #DDC94C;
}
.AnyTagClassName
{
color: #DDC94C;
}
</style>
background-color css
<style>
a { background-color: #DDC94C; }
a { background-color: rgb(221,201,76); }
div.DivClassName
{
background-color: #DDC94C;
}
.BgClassName
{
background-color: #DDC94C;
}
</style>
border-color css
<style>
span { border-color: #DDC94C; }
span { border-color: rgb(221,201,76); }
td.TdClassName
{
border-color: #DDC94C;
}
.TagClassName
{
border-color: #DDC94C;
}
</style>