Shades of Confetti #D6D04C
Tints of Confetti #D6D04C
RGB
CMYK
RGB Variations
Color information
#D6D04C (or 0xD6D04C) is known color: Confetti. HEX triplet: D6, D0 and 4C. RGB value is (214,208,76). Sum of RGB (Red+Green+Blue) = 214+208+76=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 76 (30.08% from 255 or 15.26% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D04C is #292FB3. Grayscale: #C3C3C3. Windows color (decimal): -2699188 or 5034198. OLE color: 5034198.
HSL color Cylindrical-coordinate representation of color #D6D04C: hue angle of 57.39º 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 #D6D04C is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 208 | 76 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.16 |
| HSL | 57.39º | 0.63% | 0.57% | - |
| HSV(B) | 57.39º | 0.64% | 0.84% | - |
| XYZ | 51.59 | 59.93 | 15.69 | - |
| YUV | 194.75 | 60.99 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 208 | 76 | 0 | 0.03 | 0.64 | 0.16 | 57.39 | 0.63 | 0.57 |
| Hex | D6 | D0 | 4C | 0 | 3 | 40 | 10 | 39 | 3F | 39 |
| Octal | 326 | 320 | 114 | 0 | 3 | 100 | 20 | 71 | 77 | 71 |
| Binary | 11010110 | 11010000 | 1001100 | 0 | 11 | 1000000 | 10000 | 111001 | 111111 | 111001 |
Color Harmonies of #D6D04C
Complementary color
Monochromatic Colors of #D6D04C
Black with #D6D04C
Text Example
Text Example
White with #D6D04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D04C; }
p { color: rgb(214,208,76); }
H1.HeaderClassName
{
color: #D6D04C;
}
.AnyTagClassName
{
color: #D6D04C;
}
</style>
background-color css
<style>
a { background-color: #D6D04C; }
a { background-color: rgb(214,208,76); }
div.DivClassName
{
background-color: #D6D04C;
}
.BgClassName
{
background-color: #D6D04C;
}
</style>
border-color css
<style>
span { border-color: #D6D04C; }
span { border-color: rgb(214,208,76); }
td.TdClassName
{
border-color: #D6D04C;
}
.TagClassName
{
border-color: #D6D04C;
}
</style>