Shades of Confetti #D6CE50
Tints of Confetti #D6CE50
RGB
CMYK
RGB Variations
Color information
#D6CE50 (or 0xD6CE50) is known color: Confetti. HEX triplet: D6, CE and 50. RGB value is (214,206,80). Sum of RGB (Red+Green+Blue) = 214+206+80=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 80 (31.64% from 255 or 16% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CE50 is #2931AF. Grayscale: #C2C2C2. Windows color (decimal): -2699696 or 5295830. OLE color: 5295830.
HSL color Cylindrical-coordinate representation of color #D6CE50: hue angle of 56.42º 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 #D6CE50 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 206 | 80 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.16 |
| HSL | 56.42º | 0.62% | 0.58% | - |
| HSV(B) | 56.42º | 0.63% | 0.84% | - |
| XYZ | 51.25 | 59.02 | 16.28 | - |
| YUV | 194.03 | 63.65 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 206 | 80 | 0 | 0.04 | 0.63 | 0.16 | 56.42 | 0.62 | 0.58 |
| Hex | D6 | CE | 50 | 0 | 4 | 3F | 10 | 38 | 3E | 3A |
| Octal | 326 | 316 | 120 | 0 | 4 | 77 | 20 | 70 | 76 | 72 |
| Binary | 11010110 | 11001110 | 1010000 | 0 | 100 | 111111 | 10000 | 111000 | 111110 | 111010 |
Color Harmonies of #D6CE50
Complementary color
Monochromatic Colors of #D6CE50
Black with #D6CE50
Text Example
Text Example
White with #D6CE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CE50; }
p { color: rgb(214,206,80); }
H1.HeaderClassName
{
color: #D6CE50;
}
.AnyTagClassName
{
color: #D6CE50;
}
</style>
background-color css
<style>
a { background-color: #D6CE50; }
a { background-color: rgb(214,206,80); }
div.DivClassName
{
background-color: #D6CE50;
}
.BgClassName
{
background-color: #D6CE50;
}
</style>
border-color css
<style>
span { border-color: #D6CE50; }
span { border-color: rgb(214,206,80); }
td.TdClassName
{
border-color: #D6CE50;
}
.TagClassName
{
border-color: #D6CE50;
}
</style>