Shades of Confetti #DDC74F
Tints of Confetti #DDC74F
RGB
CMYK
RGB Variations
Color information
#DDC74F (or 0xDDC74F) is known color: Confetti. HEX triplet: DD, C7 and 4F. RGB value is (221,199,79). Sum of RGB (Red+Green+Blue) = 221+199+79=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 199 (78.12% from 255 or 39.88% from 499); Blue value is 79 (31.25% from 255 or 15.83% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC74F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC74F is #2238B0. Grayscale: #C0C0C0. Windows color (decimal): -2242737 or 5228509. OLE color: 5228509.
HSL color Cylindrical-coordinate representation of color #DDC74F: hue angle of 50.7º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DDC74F is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 79 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.13 |
| HSL | 50.7º | 0.68% | 0.59% | - |
| HSV(B) | 50.7º | 0.64% | 0.87% | - |
| XYZ | 51.65 | 56.78 | 15.64 | - |
| YUV | 191.9 | 64.29 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 79 | 0 | 0.10 | 0.64 | 0.13 | 50.7 | 0.68 | 0.59 |
| Hex | DD | C7 | 4F | 0 | A | 40 | D | 33 | 44 | 3B |
| Octal | 335 | 307 | 117 | 0 | 12 | 100 | 15 | 63 | 104 | 73 |
| Binary | 11011101 | 11000111 | 1001111 | 0 | 1010 | 1000000 | 1101 | 110011 | 1000100 | 111011 |
Color Harmonies of #DDC74F
Complementary color
Monochromatic Colors of #DDC74F
Black with #DDC74F
Text Example
Text Example
White with #DDC74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC74F; }
p { color: rgb(221,199,79); }
H1.HeaderClassName
{
color: #DDC74F;
}
.AnyTagClassName
{
color: #DDC74F;
}
</style>
background-color css
<style>
a { background-color: #DDC74F; }
a { background-color: rgb(221,199,79); }
div.DivClassName
{
background-color: #DDC74F;
}
.BgClassName
{
background-color: #DDC74F;
}
</style>
border-color css
<style>
span { border-color: #DDC74F; }
span { border-color: rgb(221,199,79); }
td.TdClassName
{
border-color: #DDC74F;
}
.TagClassName
{
border-color: #DDC74F;
}
</style>