Shades of Confetti #D6D24C
Tints of Confetti #D6D24C
RGB
CMYK
RGB Variations
Color information
#D6D24C (or 0xD6D24C) is known color: Confetti. HEX triplet: D6, D2 and 4C. RGB value is (214,210,76). Sum of RGB (Red+Green+Blue) = 214+210+76=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 210 (82.42% from 255 or 42% from 500); Blue value is 76 (30.08% from 255 or 15.2% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D24C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D24C is #292DB3. Grayscale: #C4C4C4. Windows color (decimal): -2698676 or 5034710. OLE color: 5034710.
HSL color Cylindrical-coordinate representation of color #D6D24C: hue angle of 58.26º 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 #D6D24C is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 210 | 76 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.16 |
| HSL | 58.26º | 0.63% | 0.57% | - |
| HSV(B) | 58.26º | 0.64% | 0.84% | - |
| XYZ | 52.08 | 60.91 | 15.85 | - |
| YUV | 195.92 | 60.33 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 210 | 76 | 0 | 0.02 | 0.64 | 0.16 | 58.26 | 0.63 | 0.57 |
| Hex | D6 | D2 | 4C | 0 | 2 | 40 | 10 | 3A | 3F | 39 |
| Octal | 326 | 322 | 114 | 0 | 2 | 100 | 20 | 72 | 77 | 71 |
| Binary | 11010110 | 11010010 | 1001100 | 0 | 10 | 1000000 | 10000 | 111010 | 111111 | 111001 |
Color Harmonies of #D6D24C
Complementary color
Monochromatic Colors of #D6D24C
Black with #D6D24C
Text Example
Text Example
White with #D6D24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D24C; }
p { color: rgb(214,210,76); }
H1.HeaderClassName
{
color: #D6D24C;
}
.AnyTagClassName
{
color: #D6D24C;
}
</style>
background-color css
<style>
a { background-color: #D6D24C; }
a { background-color: rgb(214,210,76); }
div.DivClassName
{
background-color: #D6D24C;
}
.BgClassName
{
background-color: #D6D24C;
}
</style>
border-color css
<style>
span { border-color: #D6D24C; }
span { border-color: rgb(214,210,76); }
td.TdClassName
{
border-color: #D6D24C;
}
.TagClassName
{
border-color: #D6D24C;
}
</style>