Shades of Confetti #D6C350
Tints of Confetti #D6C350
RGB
CMYK
RGB Variations
Color information
#D6C350 (or 0xD6C350) is known color: Confetti. HEX triplet: D6, C3 and 50. RGB value is (214,195,80). Sum of RGB (Red+Green+Blue) = 214+195+80=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 195 (76.56% from 255 or 39.88% from 489); Blue value is 80 (31.64% from 255 or 16.36% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C350 is #293CAF. Grayscale: #BCBCBC. Windows color (decimal): -2702512 or 5293014. OLE color: 5293014.
HSL color Cylindrical-coordinate representation of color #D6C350: hue angle of 51.49º 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 #D6C350 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 195 | 80 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.16 |
| HSL | 51.49º | 0.62% | 0.58% | - |
| HSV(B) | 51.49º | 0.63% | 0.84% | - |
| XYZ | 48.69 | 53.91 | 15.43 | - |
| YUV | 187.57 | 67.29 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 195 | 80 | 0 | 0.09 | 0.63 | 0.16 | 51.49 | 0.62 | 0.58 |
| Hex | D6 | C3 | 50 | 0 | 9 | 3F | 10 | 33 | 3E | 3A |
| Octal | 326 | 303 | 120 | 0 | 11 | 77 | 20 | 63 | 76 | 72 |
| Binary | 11010110 | 11000011 | 1010000 | 0 | 1001 | 111111 | 10000 | 110011 | 111110 | 111010 |
Color Harmonies of #D6C350
Complementary color
Monochromatic Colors of #D6C350
Black with #D6C350
Text Example
Text Example
White with #D6C350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C350; }
p { color: rgb(214,195,80); }
H1.HeaderClassName
{
color: #D6C350;
}
.AnyTagClassName
{
color: #D6C350;
}
</style>
background-color css
<style>
a { background-color: #D6C350; }
a { background-color: rgb(214,195,80); }
div.DivClassName
{
background-color: #D6C350;
}
.BgClassName
{
background-color: #D6C350;
}
</style>
border-color css
<style>
span { border-color: #D6C350; }
span { border-color: rgb(214,195,80); }
td.TdClassName
{
border-color: #D6C350;
}
.TagClassName
{
border-color: #D6C350;
}
</style>