Shades of Confetti #D1CD55
Tints of Confetti #D1CD55
RGB
CMYK
RGB Variations
Color information
#D1CD55 (or 0xD1CD55) is known color: Confetti. HEX triplet: D1, CD and 55. RGB value is (209,205,85). Sum of RGB (Red+Green+Blue) = 209+205+85=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 85 (33.59% from 255 or 17.03% from 499); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CD55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CD55 is #2E32AA. Grayscale: #C0C0C0. Windows color (decimal): -3027627 or 5623249. OLE color: 5623249.
HSL color Cylindrical-coordinate representation of color #D1CD55: hue angle of 58.06º 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 #D1CD55 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 205 | 85 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.18 |
| HSL | 58.06º | 0.57% | 0.58% | - |
| HSV(B) | 58.06º | 0.59% | 0.82% | - |
| XYZ | 49.77 | 57.87 | 17.14 | - |
| YUV | 192.52 | 67.33 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 205 | 85 | 0 | 0.02 | 0.59 | 0.18 | 58.06 | 0.57 | 0.58 |
| Hex | D1 | CD | 55 | 0 | 2 | 3B | 12 | 3A | 39 | 3A |
| Octal | 321 | 315 | 125 | 0 | 2 | 73 | 22 | 72 | 71 | 72 |
| Binary | 11010001 | 11001101 | 1010101 | 0 | 10 | 111011 | 10010 | 111010 | 111001 | 111010 |
Color Harmonies of #D1CD55
Complementary color
Monochromatic Colors of #D1CD55
Black with #D1CD55
Text Example
Text Example
White with #D1CD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CD55; }
p { color: rgb(209,205,85); }
H1.HeaderClassName
{
color: #D1CD55;
}
.AnyTagClassName
{
color: #D1CD55;
}
</style>
background-color css
<style>
a { background-color: #D1CD55; }
a { background-color: rgb(209,205,85); }
div.DivClassName
{
background-color: #D1CD55;
}
.BgClassName
{
background-color: #D1CD55;
}
</style>
border-color css
<style>
span { border-color: #D1CD55; }
span { border-color: rgb(209,205,85); }
td.TdClassName
{
border-color: #D1CD55;
}
.TagClassName
{
border-color: #D1CD55;
}
</style>