Shades of Confetti #D5D44D
Tints of Confetti #D5D44D
RGB
CMYK
RGB Variations
Color information
#D5D44D (or 0xD5D44D) is known color: Confetti. HEX triplet: D5, D4 and 4D. RGB value is (213,212,77). Sum of RGB (Red+Green+Blue) = 213+212+77=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 212 (83.20% from 255 or 42.23% from 502); Blue value is 77 (30.47% from 255 or 15.34% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D44D is #2A2BB2. Grayscale: #C5C5C5. Windows color (decimal): -2763699 or 5100757. OLE color: 5100757.
HSL color Cylindrical-coordinate representation of color #D5D44D: hue angle of 59.56º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D5D44D is Cyan = 0, Magento = 0.00, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 212 | 77 | - |
| CMYK | 0 | 0.00 | 0.64 | 0.16 |
| HSL | 59.56º | 0.62% | 0.57% | - |
| HSV(B) | 59.56º | 0.64% | 0.84% | - |
| XYZ | 52.32 | 61.77 | 16.19 | - |
| YUV | 196.91 | 60.33 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 212 | 77 | 0 | 0.00 | 0.64 | 0.16 | 59.56 | 0.62 | 0.57 |
| Hex | D5 | D4 | 4D | 0 | 0 | 40 | 10 | 3C | 3E | 39 |
| Octal | 325 | 324 | 115 | 0 | 0 | 100 | 20 | 74 | 76 | 71 |
| Binary | 11010101 | 11010100 | 1001101 | 0 | 0 | 1000000 | 10000 | 111100 | 111110 | 111001 |
Color Harmonies of #D5D44D
Complementary color
Monochromatic Colors of #D5D44D
Black with #D5D44D
Text Example
Text Example
White with #D5D44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D44D; }
p { color: rgb(213,212,77); }
H1.HeaderClassName
{
color: #D5D44D;
}
.AnyTagClassName
{
color: #D5D44D;
}
</style>
background-color css
<style>
a { background-color: #D5D44D; }
a { background-color: rgb(213,212,77); }
div.DivClassName
{
background-color: #D5D44D;
}
.BgClassName
{
background-color: #D5D44D;
}
</style>
border-color css
<style>
span { border-color: #D5D44D; }
span { border-color: rgb(213,212,77); }
td.TdClassName
{
border-color: #D5D44D;
}
.TagClassName
{
border-color: #D5D44D;
}
</style>