Shades of Confetti #D6D44A
Tints of Confetti #D6D44A
RGB
CMYK
RGB Variations
Color information
#D6D44A (or 0xD6D44A) is known color: Confetti. HEX triplet: D6, D4 and 4A. RGB value is (214,212,74). Sum of RGB (Red+Green+Blue) = 214+212+74=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 212 (83.20% from 255 or 42.4% from 500); Blue value is 74 (29.30% from 255 or 14.8% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D44A is #292BB5. Grayscale: #C5C5C5. Windows color (decimal): -2698166 or 4904150. OLE color: 4904150.
HSL color Cylindrical-coordinate representation of color #D6D44A: hue angle of 59.14º 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 #D6D44A is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 212 | 74 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.16 |
| HSL | 59.14º | 0.63% | 0.56% | - |
| HSV(B) | 59.14º | 0.65% | 0.84% | - |
| XYZ | 52.51 | 61.88 | 15.65 | - |
| YUV | 196.87 | 58.66 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 212 | 74 | 0 | 0.01 | 0.65 | 0.16 | 59.14 | 0.63 | 0.56 |
| Hex | D6 | D4 | 4A | 0 | 1 | 41 | 10 | 3B | 3F | 38 |
| Octal | 326 | 324 | 112 | 0 | 1 | 101 | 20 | 73 | 77 | 70 |
| Binary | 11010110 | 11010100 | 1001010 | 0 | 1 | 1000001 | 10000 | 111011 | 111111 | 111000 |
Color Harmonies of #D6D44A
Complementary color
Monochromatic Colors of #D6D44A
Black with #D6D44A
Text Example
Text Example
White with #D6D44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D44A; }
p { color: rgb(214,212,74); }
H1.HeaderClassName
{
color: #D6D44A;
}
.AnyTagClassName
{
color: #D6D44A;
}
</style>
background-color css
<style>
a { background-color: #D6D44A; }
a { background-color: rgb(214,212,74); }
div.DivClassName
{
background-color: #D6D44A;
}
.BgClassName
{
background-color: #D6D44A;
}
</style>
border-color css
<style>
span { border-color: #D6D44A; }
span { border-color: rgb(214,212,74); }
td.TdClassName
{
border-color: #D6D44A;
}
.TagClassName
{
border-color: #D6D44A;
}
</style>