Shades of Confetti #D4D34E
Tints of Confetti #D4D34E
RGB
CMYK
RGB Variations
Color information
#D4D34E (or 0xD4D34E) is known color: Confetti. HEX triplet: D4, D3 and 4E. RGB value is (212,211,78). Sum of RGB (Red+Green+Blue) = 212+211+78=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 211 (82.81% from 255 or 42.12% from 501); Blue value is 78 (30.86% from 255 or 15.57% from 501); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D34E is #2B2CB1. Grayscale: #C4C4C4. Windows color (decimal): -2829490 or 5166036. OLE color: 5166036.
HSL color Cylindrical-coordinate representation of color #D4D34E: hue angle of 59.55º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D4D34E is Cyan = 0, Magento = 0.00, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 211 | 78 | - |
| CMYK | 0 | 0.00 | 0.63 | 0.17 |
| HSL | 59.55º | 0.61% | 0.57% | - |
| HSV(B) | 59.55º | 0.63% | 0.83% | - |
| XYZ | 51.82 | 61.14 | 16.28 | - |
| YUV | 196.14 | 61.33 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 211 | 78 | 0 | 0.00 | 0.63 | 0.17 | 59.55 | 0.61 | 0.57 |
| Hex | D4 | D3 | 4E | 0 | 0 | 3F | 11 | 3C | 3D | 39 |
| Octal | 324 | 323 | 116 | 0 | 0 | 77 | 21 | 74 | 75 | 71 |
| Binary | 11010100 | 11010011 | 1001110 | 0 | 0 | 111111 | 10001 | 111100 | 111101 | 111001 |
Color Harmonies of #D4D34E
Complementary color
Monochromatic Colors of #D4D34E
Black with #D4D34E
Text Example
Text Example
White with #D4D34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D34E; }
p { color: rgb(212,211,78); }
H1.HeaderClassName
{
color: #D4D34E;
}
.AnyTagClassName
{
color: #D4D34E;
}
</style>
background-color css
<style>
a { background-color: #D4D34E; }
a { background-color: rgb(212,211,78); }
div.DivClassName
{
background-color: #D4D34E;
}
.BgClassName
{
background-color: #D4D34E;
}
</style>
border-color css
<style>
span { border-color: #D4D34E; }
span { border-color: rgb(212,211,78); }
td.TdClassName
{
border-color: #D4D34E;
}
.TagClassName
{
border-color: #D4D34E;
}
</style>