Shades of Confetti #D6D249
Tints of Confetti #D6D249
RGB
CMYK
RGB Variations
Color information
#D6D249 (or 0xD6D249) is known color: Confetti. HEX triplet: D6, D2 and 49. RGB value is (214,210,73). Sum of RGB (Red+Green+Blue) = 214+210+73=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 73 (28.91% from 255 or 14.69% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D249 is #292DB6. Grayscale: #C4C4C4. Windows color (decimal): -2698679 or 4838102. OLE color: 4838102.
HSL color Cylindrical-coordinate representation of color #D6D249: hue angle of 58.3º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D6D249 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 210 | 73 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.16 |
| HSL | 58.3º | 0.63% | 0.56% | - |
| HSV(B) | 58.3º | 0.66% | 0.84% | - |
| XYZ | 51.98 | 60.87 | 15.31 | - |
| YUV | 195.58 | 58.83 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 210 | 73 | 0 | 0.02 | 0.66 | 0.16 | 58.3 | 0.63 | 0.56 |
| Hex | D6 | D2 | 49 | 0 | 2 | 42 | 10 | 3A | 3F | 38 |
| Octal | 326 | 322 | 111 | 0 | 2 | 102 | 20 | 72 | 77 | 70 |
| Binary | 11010110 | 11010010 | 1001001 | 0 | 10 | 1000010 | 10000 | 111010 | 111111 | 111000 |
Color Harmonies of #D6D249
Complementary color
Monochromatic Colors of #D6D249
Black with #D6D249
Text Example
Text Example
White with #D6D249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D249; }
p { color: rgb(214,210,73); }
H1.HeaderClassName
{
color: #D6D249;
}
.AnyTagClassName
{
color: #D6D249;
}
</style>
background-color css
<style>
a { background-color: #D6D249; }
a { background-color: rgb(214,210,73); }
div.DivClassName
{
background-color: #D6D249;
}
.BgClassName
{
background-color: #D6D249;
}
</style>
border-color css
<style>
span { border-color: #D6D249; }
span { border-color: rgb(214,210,73); }
td.TdClassName
{
border-color: #D6D249;
}
.TagClassName
{
border-color: #D6D249;
}
</style>