Shades of Confetti #D9CD4E
Tints of Confetti #D9CD4E
RGB
CMYK
RGB Variations
Color information
#D9CD4E (or 0xD9CD4E) is known color: Confetti. HEX triplet: D9, CD and 4E. RGB value is (217,205,78). Sum of RGB (Red+Green+Blue) = 217+205+78=500 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.4% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 78 (30.86% from 255 or 15.6% from 500); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CD4E is #2632B1. Grayscale: #C2C2C2. Windows color (decimal): -2503346 or 5164505. OLE color: 5164505.
HSL color Cylindrical-coordinate representation of color #D9CD4E: hue angle of 54.82º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D9CD4E is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 205 | 78 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.15 |
| HSL | 54.82º | 0.65% | 0.58% | - |
| HSV(B) | 54.82º | 0.64% | 0.85% | - |
| XYZ | 51.82 | 58.96 | 15.86 | - |
| YUV | 194.11 | 62.48 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 205 | 78 | 0 | 0.06 | 0.64 | 0.15 | 54.82 | 0.65 | 0.58 |
| Hex | D9 | CD | 4E | 0 | 6 | 40 | F | 37 | 41 | 3A |
| Octal | 331 | 315 | 116 | 0 | 6 | 100 | 17 | 67 | 101 | 72 |
| Binary | 11011001 | 11001101 | 1001110 | 0 | 110 | 1000000 | 1111 | 110111 | 1000001 | 111010 |
Color Harmonies of #D9CD4E
Complementary color
Monochromatic Colors of #D9CD4E
Black with #D9CD4E
Text Example
Text Example
White with #D9CD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CD4E; }
p { color: rgb(217,205,78); }
H1.HeaderClassName
{
color: #D9CD4E;
}
.AnyTagClassName
{
color: #D9CD4E;
}
</style>
background-color css
<style>
a { background-color: #D9CD4E; }
a { background-color: rgb(217,205,78); }
div.DivClassName
{
background-color: #D9CD4E;
}
.BgClassName
{
background-color: #D9CD4E;
}
</style>
border-color css
<style>
span { border-color: #D9CD4E; }
span { border-color: rgb(217,205,78); }
td.TdClassName
{
border-color: #D9CD4E;
}
.TagClassName
{
border-color: #D9CD4E;
}
</style>