Shades of Confetti #D1CD54
Tints of Confetti #D1CD54
RGB
CMYK
RGB Variations
Color information
#D1CD54 (or 0xD1CD54) is known color: Confetti. HEX triplet: D1, CD and 54. RGB value is (209,205,84). Sum of RGB (Red+Green+Blue) = 209+205+84=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 84 (33.20% from 255 or 16.87% from 498); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CD54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CD54 is #2E32AB. Grayscale: #C0C0C0. Windows color (decimal): -3027628 or 5557713. OLE color: 5557713.
HSL color Cylindrical-coordinate representation of color #D1CD54: hue angle of 58.08º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D1CD54 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 205 | 84 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.18 |
| HSL | 58.08º | 0.58% | 0.57% | - |
| HSV(B) | 58.08º | 0.6% | 0.82% | - |
| XYZ | 49.73 | 57.86 | 16.93 | - |
| YUV | 192.4 | 66.83 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 205 | 84 | 0 | 0.02 | 0.60 | 0.18 | 58.08 | 0.58 | 0.57 |
| Hex | D1 | CD | 54 | 0 | 2 | 3C | 12 | 3A | 3A | 39 |
| Octal | 321 | 315 | 124 | 0 | 2 | 74 | 22 | 72 | 72 | 71 |
| Binary | 11010001 | 11001101 | 1010100 | 0 | 10 | 111100 | 10010 | 111010 | 111010 | 111001 |
Color Harmonies of #D1CD54
Complementary color
Monochromatic Colors of #D1CD54
Black with #D1CD54
Text Example
Text Example
White with #D1CD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CD54; }
p { color: rgb(209,205,84); }
H1.HeaderClassName
{
color: #D1CD54;
}
.AnyTagClassName
{
color: #D1CD54;
}
</style>
background-color css
<style>
a { background-color: #D1CD54; }
a { background-color: rgb(209,205,84); }
div.DivClassName
{
background-color: #D1CD54;
}
.BgClassName
{
background-color: #D1CD54;
}
</style>
border-color css
<style>
span { border-color: #D1CD54; }
span { border-color: rgb(209,205,84); }
td.TdClassName
{
border-color: #D1CD54;
}
.TagClassName
{
border-color: #D1CD54;
}
</style>