Shades of Confetti #D6CE55
Tints of Confetti #D6CE55
RGB
CMYK
RGB Variations
Color information
#D6CE55 (or 0xD6CE55) is known color: Confetti. HEX triplet: D6, CE and 55. RGB value is (214,206,85). Sum of RGB (Red+Green+Blue) = 214+206+85=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 85 (33.59% from 255 or 16.83% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CE55 is #2931AA. Grayscale: #C3C3C3. Windows color (decimal): -2699691 or 5623510. OLE color: 5623510.
HSL color Cylindrical-coordinate representation of color #D6CE55: hue angle of 56.28º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D6CE55 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 206 | 85 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.16 |
| HSL | 56.28º | 0.61% | 0.59% | - |
| HSV(B) | 56.28º | 0.6% | 0.84% | - |
| XYZ | 51.44 | 59.09 | 17.29 | - |
| YUV | 194.6 | 66.15 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 206 | 85 | 0 | 0.04 | 0.60 | 0.16 | 56.28 | 0.61 | 0.59 |
| Hex | D6 | CE | 55 | 0 | 4 | 3C | 10 | 38 | 3D | 3B |
| Octal | 326 | 316 | 125 | 0 | 4 | 74 | 20 | 70 | 75 | 73 |
| Binary | 11010110 | 11001110 | 1010101 | 0 | 100 | 111100 | 10000 | 111000 | 111101 | 111011 |
Color Harmonies of #D6CE55
Complementary color
Monochromatic Colors of #D6CE55
Black with #D6CE55
Text Example
Text Example
White with #D6CE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CE55; }
p { color: rgb(214,206,85); }
H1.HeaderClassName
{
color: #D6CE55;
}
.AnyTagClassName
{
color: #D6CE55;
}
</style>
background-color css
<style>
a { background-color: #D6CE55; }
a { background-color: rgb(214,206,85); }
div.DivClassName
{
background-color: #D6CE55;
}
.BgClassName
{
background-color: #D6CE55;
}
</style>
border-color css
<style>
span { border-color: #D6CE55; }
span { border-color: rgb(214,206,85); }
td.TdClassName
{
border-color: #D6CE55;
}
.TagClassName
{
border-color: #D6CE55;
}
</style>