Shades of Confetti #D6D24A
Tints of Confetti #D6D24A
RGB
CMYK
RGB Variations
Color information
#D6D24A (or 0xD6D24A) is known color: Confetti. HEX triplet: D6, D2 and 4A. RGB value is (214,210,74). Sum of RGB (Red+Green+Blue) = 214+210+74=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 74 (29.30% from 255 or 14.86% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D24A is #292DB5. Grayscale: #C4C4C4. Windows color (decimal): -2698678 or 4903638. OLE color: 4903638.
HSL color Cylindrical-coordinate representation of color #D6D24A: hue angle of 58.29º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D6D24A is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 210 | 74 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.16 |
| HSL | 58.29º | 0.63% | 0.56% | - |
| HSV(B) | 58.29º | 0.65% | 0.84% | - |
| XYZ | 52.01 | 60.88 | 15.49 | - |
| YUV | 195.69 | 59.33 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 210 | 74 | 0 | 0.02 | 0.65 | 0.16 | 58.29 | 0.63 | 0.56 |
| Hex | D6 | D2 | 4A | 0 | 2 | 41 | 10 | 3A | 3F | 38 |
| Octal | 326 | 322 | 112 | 0 | 2 | 101 | 20 | 72 | 77 | 70 |
| Binary | 11010110 | 11010010 | 1001010 | 0 | 10 | 1000001 | 10000 | 111010 | 111111 | 111000 |
Color Harmonies of #D6D24A
Complementary color
Monochromatic Colors of #D6D24A
Black with #D6D24A
Text Example
Text Example
White with #D6D24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D24A; }
p { color: rgb(214,210,74); }
H1.HeaderClassName
{
color: #D6D24A;
}
.AnyTagClassName
{
color: #D6D24A;
}
</style>
background-color css
<style>
a { background-color: #D6D24A; }
a { background-color: rgb(214,210,74); }
div.DivClassName
{
background-color: #D6D24A;
}
.BgClassName
{
background-color: #D6D24A;
}
</style>
border-color css
<style>
span { border-color: #D6D24A; }
span { border-color: rgb(214,210,74); }
td.TdClassName
{
border-color: #D6D24A;
}
.TagClassName
{
border-color: #D6D24A;
}
</style>