Shades of Confetti #D9D14D
Tints of Confetti #D9D14D
RGB
CMYK
RGB Variations
Color information
#D9D14D (or 0xD9D14D) is known color: Confetti. HEX triplet: D9, D1 and 4D. RGB value is (217,209,77). Sum of RGB (Red+Green+Blue) = 217+209+77=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 209 (82.03% from 255 or 41.55% from 503); Blue value is 77 (30.47% from 255 or 15.31% from 503); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D14D is #262EB2. Grayscale: #C4C4C4. Windows color (decimal): -2502323 or 5099993. OLE color: 5099993.
HSL color Cylindrical-coordinate representation of color #D9D14D: hue angle of 56.57º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D9D14D is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 209 | 77 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.15 |
| HSL | 56.57º | 0.65% | 0.58% | - |
| HSV(B) | 56.57º | 0.65% | 0.85% | - |
| XYZ | 52.76 | 60.89 | 15.99 | - |
| YUV | 196.34 | 60.65 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 209 | 77 | 0 | 0.04 | 0.65 | 0.15 | 56.57 | 0.65 | 0.58 |
| Hex | D9 | D1 | 4D | 0 | 4 | 41 | F | 39 | 41 | 3A |
| Octal | 331 | 321 | 115 | 0 | 4 | 101 | 17 | 71 | 101 | 72 |
| Binary | 11011001 | 11010001 | 1001101 | 0 | 100 | 1000001 | 1111 | 111001 | 1000001 | 111010 |
Color Harmonies of #D9D14D
Complementary color
Monochromatic Colors of #D9D14D
Black with #D9D14D
Text Example
Text Example
White with #D9D14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D14D; }
p { color: rgb(217,209,77); }
H1.HeaderClassName
{
color: #D9D14D;
}
.AnyTagClassName
{
color: #D9D14D;
}
</style>
background-color css
<style>
a { background-color: #D9D14D; }
a { background-color: rgb(217,209,77); }
div.DivClassName
{
background-color: #D9D14D;
}
.BgClassName
{
background-color: #D9D14D;
}
</style>
border-color css
<style>
span { border-color: #D9D14D; }
span { border-color: rgb(217,209,77); }
td.TdClassName
{
border-color: #D9D14D;
}
.TagClassName
{
border-color: #D9D14D;
}
</style>