Shades of Confetti #DDC74D
Tints of Confetti #DDC74D
RGB
CMYK
RGB Variations
Color information
#DDC74D (or 0xDDC74D) is known color: Confetti. HEX triplet: DD, C7 and 4D. RGB value is (221,199,77). Sum of RGB (Red+Green+Blue) = 221+199+77=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 199 (78.12% from 255 or 40.04% from 497); Blue value is 77 (30.47% from 255 or 15.49% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC74D is #2238B2. Grayscale: #C0C0C0. Windows color (decimal): -2242739 or 5097437. OLE color: 5097437.
HSL color Cylindrical-coordinate representation of color #DDC74D: hue angle of 50.83º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDC74D is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 77 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.13 |
| HSL | 50.83º | 0.68% | 0.58% | - |
| HSV(B) | 50.83º | 0.65% | 0.87% | - |
| XYZ | 51.58 | 56.75 | 15.26 | - |
| YUV | 191.67 | 63.29 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 77 | 0 | 0.10 | 0.65 | 0.13 | 50.83 | 0.68 | 0.58 |
| Hex | DD | C7 | 4D | 0 | A | 41 | D | 33 | 44 | 3A |
| Octal | 335 | 307 | 115 | 0 | 12 | 101 | 15 | 63 | 104 | 72 |
| Binary | 11011101 | 11000111 | 1001101 | 0 | 1010 | 1000001 | 1101 | 110011 | 1000100 | 111010 |
Color Harmonies of #DDC74D
Complementary color
Monochromatic Colors of #DDC74D
Black with #DDC74D
Text Example
Text Example
White with #DDC74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC74D; }
p { color: rgb(221,199,77); }
H1.HeaderClassName
{
color: #DDC74D;
}
.AnyTagClassName
{
color: #DDC74D;
}
</style>
background-color css
<style>
a { background-color: #DDC74D; }
a { background-color: rgb(221,199,77); }
div.DivClassName
{
background-color: #DDC74D;
}
.BgClassName
{
background-color: #DDC74D;
}
</style>
border-color css
<style>
span { border-color: #DDC74D; }
span { border-color: rgb(221,199,77); }
td.TdClassName
{
border-color: #DDC74D;
}
.TagClassName
{
border-color: #DDC74D;
}
</style>