Shades of Confetti #D6D34D
Tints of Confetti #D6D34D
RGB
CMYK
RGB Variations
Color information
#D6D34D (or 0xD6D34D) is known color: Confetti. HEX triplet: D6, D3 and 4D. RGB value is (214,211,77). Sum of RGB (Red+Green+Blue) = 214+211+77=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 211 (82.81% from 255 or 42.03% from 502); Blue value is 77 (30.47% from 255 or 15.34% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D34D is #292CB2. Grayscale: #C5C5C5. Windows color (decimal): -2698419 or 5100502. OLE color: 5100502.
HSL color Cylindrical-coordinate representation of color #D6D34D: hue angle of 58.69º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D6D34D is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 211 | 77 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.16 |
| HSL | 58.69º | 0.63% | 0.57% | - |
| HSV(B) | 58.69º | 0.64% | 0.84% | - |
| XYZ | 52.37 | 61.42 | 16.12 | - |
| YUV | 196.62 | 60.49 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 211 | 77 | 0 | 0.01 | 0.64 | 0.16 | 58.69 | 0.63 | 0.57 |
| Hex | D6 | D3 | 4D | 0 | 1 | 40 | 10 | 3B | 3F | 39 |
| Octal | 326 | 323 | 115 | 0 | 1 | 100 | 20 | 73 | 77 | 71 |
| Binary | 11010110 | 11010011 | 1001101 | 0 | 1 | 1000000 | 10000 | 111011 | 111111 | 111001 |
Color Harmonies of #D6D34D
Complementary color
Monochromatic Colors of #D6D34D
Black with #D6D34D
Text Example
Text Example
White with #D6D34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D34D; }
p { color: rgb(214,211,77); }
H1.HeaderClassName
{
color: #D6D34D;
}
.AnyTagClassName
{
color: #D6D34D;
}
</style>
background-color css
<style>
a { background-color: #D6D34D; }
a { background-color: rgb(214,211,77); }
div.DivClassName
{
background-color: #D6D34D;
}
.BgClassName
{
background-color: #D6D34D;
}
</style>
border-color css
<style>
span { border-color: #D6D34D; }
span { border-color: rgb(214,211,77); }
td.TdClassName
{
border-color: #D6D34D;
}
.TagClassName
{
border-color: #D6D34D;
}
</style>