Shades of Confetti #D6CC56
Tints of Confetti #D6CC56
RGB
CMYK
RGB Variations
Color information
#D6CC56 (or 0xD6CC56) is known color: Confetti. HEX triplet: D6, CC and 56. RGB value is (214,204,86). Sum of RGB (Red+Green+Blue) = 214+204+86=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 86 (33.98% from 255 or 17.06% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CC56 is #2933A9. Grayscale: #C2C2C2. Windows color (decimal): -2700202 or 5688534. OLE color: 5688534.
HSL color Cylindrical-coordinate representation of color #D6CC56: hue angle of 55.31º 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 #D6CC56 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 204 | 86 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.16 |
| HSL | 55.31º | 0.61% | 0.59% | - |
| HSV(B) | 55.31º | 0.6% | 0.84% | - |
| XYZ | 51 | 58.15 | 17.34 | - |
| YUV | 193.54 | 67.31 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 204 | 86 | 0 | 0.05 | 0.60 | 0.16 | 55.31 | 0.61 | 0.59 |
| Hex | D6 | CC | 56 | 0 | 5 | 3C | 10 | 37 | 3D | 3B |
| Octal | 326 | 314 | 126 | 0 | 5 | 74 | 20 | 67 | 75 | 73 |
| Binary | 11010110 | 11001100 | 1010110 | 0 | 101 | 111100 | 10000 | 110111 | 111101 | 111011 |
Color Harmonies of #D6CC56
Complementary color
Monochromatic Colors of #D6CC56
Black with #D6CC56
Text Example
Text Example
White with #D6CC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CC56; }
p { color: rgb(214,204,86); }
H1.HeaderClassName
{
color: #D6CC56;
}
.AnyTagClassName
{
color: #D6CC56;
}
</style>
background-color css
<style>
a { background-color: #D6CC56; }
a { background-color: rgb(214,204,86); }
div.DivClassName
{
background-color: #D6CC56;
}
.BgClassName
{
background-color: #D6CC56;
}
</style>
border-color css
<style>
span { border-color: #D6CC56; }
span { border-color: rgb(214,204,86); }
td.TdClassName
{
border-color: #D6CC56;
}
.TagClassName
{
border-color: #D6CC56;
}
</style>