Shades of Confetti #D1CD58
Tints of Confetti #D1CD58
RGB
CMYK
RGB Variations
Color information
#D1CD58 (or 0xD1CD58) is known color: Confetti. HEX triplet: D1, CD and 58. RGB value is (209,205,88). Sum of RGB (Red+Green+Blue) = 209+205+88=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 88 (34.77% from 255 or 17.53% from 502); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CD58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CD58 is #2E32A7. Grayscale: #C1C1C1. Windows color (decimal): -3027624 or 5819857. OLE color: 5819857.
HSL color Cylindrical-coordinate representation of color #D1CD58: hue angle of 58.02º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D1CD58 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 205 | 88 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.18 |
| HSL | 58.02º | 0.57% | 0.58% | - |
| HSV(B) | 58.02º | 0.58% | 0.82% | - |
| XYZ | 49.89 | 57.92 | 17.78 | - |
| YUV | 192.86 | 68.83 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 205 | 88 | 0 | 0.02 | 0.58 | 0.18 | 58.02 | 0.57 | 0.58 |
| Hex | D1 | CD | 58 | 0 | 2 | 3A | 12 | 3A | 39 | 3A |
| Octal | 321 | 315 | 130 | 0 | 2 | 72 | 22 | 72 | 71 | 72 |
| Binary | 11010001 | 11001101 | 1011000 | 0 | 10 | 111010 | 10010 | 111010 | 111001 | 111010 |
Color Harmonies of #D1CD58
Complementary color
Monochromatic Colors of #D1CD58
Black with #D1CD58
Text Example
Text Example
White with #D1CD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CD58; }
p { color: rgb(209,205,88); }
H1.HeaderClassName
{
color: #D1CD58;
}
.AnyTagClassName
{
color: #D1CD58;
}
</style>
background-color css
<style>
a { background-color: #D1CD58; }
a { background-color: rgb(209,205,88); }
div.DivClassName
{
background-color: #D1CD58;
}
.BgClassName
{
background-color: #D1CD58;
}
</style>
border-color css
<style>
span { border-color: #D1CD58; }
span { border-color: rgb(209,205,88); }
td.TdClassName
{
border-color: #D1CD58;
}
.TagClassName
{
border-color: #D1CD58;
}
</style>