Shades of Confetti #D6D350
Tints of Confetti #D6D350
RGB
CMYK
RGB Variations
Color information
#D6D350 (or 0xD6D350) is known color: Confetti. HEX triplet: D6, D3 and 50. RGB value is (214,211,80). Sum of RGB (Red+Green+Blue) = 214+211+80=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 211 (82.81% from 255 or 41.78% from 505); Blue value is 80 (31.64% from 255 or 15.84% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D350 is #292CAF. Grayscale: #C5C5C5. Windows color (decimal): -2698416 or 5297110. OLE color: 5297110.
HSL color Cylindrical-coordinate representation of color #D6D350: hue angle of 58.66º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D6D350 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 211 | 80 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.16 |
| HSL | 58.66º | 0.62% | 0.58% | - |
| HSV(B) | 58.66º | 0.63% | 0.84% | - |
| XYZ | 52.47 | 61.46 | 16.69 | - |
| YUV | 196.96 | 61.99 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 211 | 80 | 0 | 0.01 | 0.63 | 0.16 | 58.66 | 0.62 | 0.58 |
| Hex | D6 | D3 | 50 | 0 | 1 | 3F | 10 | 3B | 3E | 3A |
| Octal | 326 | 323 | 120 | 0 | 1 | 77 | 20 | 73 | 76 | 72 |
| Binary | 11010110 | 11010011 | 1010000 | 0 | 1 | 111111 | 10000 | 111011 | 111110 | 111010 |
Color Harmonies of #D6D350
Complementary color
Monochromatic Colors of #D6D350
Black with #D6D350
Text Example
Text Example
White with #D6D350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D350; }
p { color: rgb(214,211,80); }
H1.HeaderClassName
{
color: #D6D350;
}
.AnyTagClassName
{
color: #D6D350;
}
</style>
background-color css
<style>
a { background-color: #D6D350; }
a { background-color: rgb(214,211,80); }
div.DivClassName
{
background-color: #D6D350;
}
.BgClassName
{
background-color: #D6D350;
}
</style>
border-color css
<style>
span { border-color: #D6D350; }
span { border-color: rgb(214,211,80); }
td.TdClassName
{
border-color: #D6D350;
}
.TagClassName
{
border-color: #D6D350;
}
</style>