Shades of Confetti #DDC74C
Tints of Confetti #DDC74C
RGB
CMYK
RGB Variations
Color information
#DDC74C (or 0xDDC74C) is known color: Confetti. HEX triplet: DD, C7 and 4C. RGB value is (221,199,76). Sum of RGB (Red+Green+Blue) = 221+199+76=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 199 (78.12% from 255 or 40.12% from 496); Blue value is 76 (30.08% from 255 or 15.32% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC74C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC74C is #2238B3. Grayscale: #C0C0C0. Windows color (decimal): -2242740 or 5031901. OLE color: 5031901.
HSL color Cylindrical-coordinate representation of color #DDC74C: hue angle of 50.9º 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 #DDC74C is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 76 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.13 |
| HSL | 50.9º | 0.68% | 0.58% | - |
| HSV(B) | 50.9º | 0.66% | 0.87% | - |
| XYZ | 51.55 | 56.74 | 15.07 | - |
| YUV | 191.56 | 62.79 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 76 | 0 | 0.10 | 0.66 | 0.13 | 50.9 | 0.68 | 0.58 |
| Hex | DD | C7 | 4C | 0 | A | 42 | D | 33 | 44 | 3A |
| Octal | 335 | 307 | 114 | 0 | 12 | 102 | 15 | 63 | 104 | 72 |
| Binary | 11011101 | 11000111 | 1001100 | 0 | 1010 | 1000010 | 1101 | 110011 | 1000100 | 111010 |
Color Harmonies of #DDC74C
Complementary color
Monochromatic Colors of #DDC74C
Black with #DDC74C
Text Example
Text Example
White with #DDC74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC74C; }
p { color: rgb(221,199,76); }
H1.HeaderClassName
{
color: #DDC74C;
}
.AnyTagClassName
{
color: #DDC74C;
}
</style>
background-color css
<style>
a { background-color: #DDC74C; }
a { background-color: rgb(221,199,76); }
div.DivClassName
{
background-color: #DDC74C;
}
.BgClassName
{
background-color: #DDC74C;
}
</style>
border-color css
<style>
span { border-color: #DDC74C; }
span { border-color: rgb(221,199,76); }
td.TdClassName
{
border-color: #DDC74C;
}
.TagClassName
{
border-color: #DDC74C;
}
</style>