Shades of Confetti #D9D14C
Tints of Confetti #D9D14C
RGB
CMYK
RGB Variations
Color information
#D9D14C (or 0xD9D14C) is known color: Confetti. HEX triplet: D9, D1 and 4C. RGB value is (217,209,76). Sum of RGB (Red+Green+Blue) = 217+209+76=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 209 (82.03% from 255 or 41.63% from 502); Blue value is 76 (30.08% from 255 or 15.14% from 502); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D14C is #262EB3. Grayscale: #C4C4C4. Windows color (decimal): -2502324 or 5034457. OLE color: 5034457.
HSL color Cylindrical-coordinate representation of color #D9D14C: hue angle of 56.6º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D9D14C is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 209 | 76 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.15 |
| HSL | 56.6º | 0.65% | 0.57% | - |
| HSV(B) | 56.6º | 0.65% | 0.85% | - |
| XYZ | 52.72 | 60.87 | 15.81 | - |
| YUV | 196.23 | 60.15 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 209 | 76 | 0 | 0.04 | 0.65 | 0.15 | 56.6 | 0.65 | 0.57 |
| Hex | D9 | D1 | 4C | 0 | 4 | 41 | F | 39 | 41 | 39 |
| Octal | 331 | 321 | 114 | 0 | 4 | 101 | 17 | 71 | 101 | 71 |
| Binary | 11011001 | 11010001 | 1001100 | 0 | 100 | 1000001 | 1111 | 111001 | 1000001 | 111001 |
Color Harmonies of #D9D14C
Complementary color
Monochromatic Colors of #D9D14C
Black with #D9D14C
Text Example
Text Example
White with #D9D14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D14C; }
p { color: rgb(217,209,76); }
H1.HeaderClassName
{
color: #D9D14C;
}
.AnyTagClassName
{
color: #D9D14C;
}
</style>
background-color css
<style>
a { background-color: #D9D14C; }
a { background-color: rgb(217,209,76); }
div.DivClassName
{
background-color: #D9D14C;
}
.BgClassName
{
background-color: #D9D14C;
}
</style>
border-color css
<style>
span { border-color: #D9D14C; }
span { border-color: rgb(217,209,76); }
td.TdClassName
{
border-color: #D9D14C;
}
.TagClassName
{
border-color: #D9D14C;
}
</style>