Shades of Confetti #D1CD56
Tints of Confetti #D1CD56
RGB
CMYK
RGB Variations
Color information
#D1CD56 (or 0xD1CD56) is known color: Confetti. HEX triplet: D1, CD and 56. RGB value is (209,205,86). Sum of RGB (Red+Green+Blue) = 209+205+86=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 86 (33.98% from 255 or 17.2% from 500); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CD56 is #2E32A9. Grayscale: #C1C1C1. Windows color (decimal): -3027626 or 5688785. OLE color: 5688785.
HSL color Cylindrical-coordinate representation of color #D1CD56: hue angle of 58.05º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D1CD56 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 205 | 86 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.18 |
| HSL | 58.05º | 0.57% | 0.58% | - |
| HSV(B) | 58.05º | 0.59% | 0.82% | - |
| XYZ | 49.81 | 57.89 | 17.35 | - |
| YUV | 192.63 | 67.83 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 205 | 86 | 0 | 0.02 | 0.59 | 0.18 | 58.05 | 0.57 | 0.58 |
| Hex | D1 | CD | 56 | 0 | 2 | 3B | 12 | 3A | 39 | 3A |
| Octal | 321 | 315 | 126 | 0 | 2 | 73 | 22 | 72 | 71 | 72 |
| Binary | 11010001 | 11001101 | 1010110 | 0 | 10 | 111011 | 10010 | 111010 | 111001 | 111010 |
Color Harmonies of #D1CD56
Complementary color
Monochromatic Colors of #D1CD56
Black with #D1CD56
Text Example
Text Example
White with #D1CD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CD56; }
p { color: rgb(209,205,86); }
H1.HeaderClassName
{
color: #D1CD56;
}
.AnyTagClassName
{
color: #D1CD56;
}
</style>
background-color css
<style>
a { background-color: #D1CD56; }
a { background-color: rgb(209,205,86); }
div.DivClassName
{
background-color: #D1CD56;
}
.BgClassName
{
background-color: #D1CD56;
}
</style>
border-color css
<style>
span { border-color: #D1CD56; }
span { border-color: rgb(209,205,86); }
td.TdClassName
{
border-color: #D1CD56;
}
.TagClassName
{
border-color: #D1CD56;
}
</style>