Shades of Confetti #D2D34E
Tints of Confetti #D2D34E
RGB
CMYK
RGB Variations
Color information
#D2D34E (or 0xD2D34E) is known color: Confetti. HEX triplet: D2, D3 and 4E. RGB value is (210,211,78). Sum of RGB (Red+Green+Blue) = 210+211+78=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 211 (82.81% from 255 or 42.28% from 499); Blue value is 78 (30.86% from 255 or 15.63% from 499); Max value from RGB is 211 - color contains mainly: green. Hex color #D2D34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D34E is #2D2CB1. Grayscale: #C4C4C4. Windows color (decimal): -2960562 or 5166034. OLE color: 5166034.
HSL color Cylindrical-coordinate representation of color #D2D34E: hue angle of 60.45º degrees, saturation: 0.6, 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 #D2D34E is Cyan = 0.00, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 211 | 78 | - |
| CMYK | 0.00 | 0 | 0.63 | 0.17 |
| HSL | 60.45º | 0.6% | 0.57% | - |
| HSV(B) | 60.45º | 0.63% | 0.83% | - |
| XYZ | 51.25 | 60.84 | 16.25 | - |
| YUV | 195.54 | 61.67 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 211 | 78 | 0.00 | 0 | 0.63 | 0.17 | 60.45 | 0.6 | 0.57 |
| Hex | D2 | D3 | 4E | 0 | 0 | 3F | 11 | 3C | 3C | 39 |
| Octal | 322 | 323 | 116 | 0 | 0 | 77 | 21 | 74 | 74 | 71 |
| Binary | 11010010 | 11010011 | 1001110 | 0 | 0 | 111111 | 10001 | 111100 | 111100 | 111001 |
Color Harmonies of #D2D34E
Complementary color
Monochromatic Colors of #D2D34E
Black with #D2D34E
Text Example
Text Example
White with #D2D34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D34E; }
p { color: rgb(210,211,78); }
H1.HeaderClassName
{
color: #D2D34E;
}
.AnyTagClassName
{
color: #D2D34E;
}
</style>
background-color css
<style>
a { background-color: #D2D34E; }
a { background-color: rgb(210,211,78); }
div.DivClassName
{
background-color: #D2D34E;
}
.BgClassName
{
background-color: #D2D34E;
}
</style>
border-color css
<style>
span { border-color: #D2D34E; }
span { border-color: rgb(210,211,78); }
td.TdClassName
{
border-color: #D2D34E;
}
.TagClassName
{
border-color: #D2D34E;
}
</style>