Shades of Confetti #D5D84A
Tints of Confetti #D5D84A
RGB
CMYK
RGB Variations
Color information
#D5D84A (or 0xD5D84A) is known color: Confetti. HEX triplet: D5, D8 and 4A. RGB value is (213,216,74). Sum of RGB (Red+Green+Blue) = 213+216+74=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 216 (84.77% from 255 or 42.94% from 503); Blue value is 74 (29.30% from 255 or 14.71% from 503); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D84A is #2A27B5. Grayscale: #C7C7C7. Windows color (decimal): -2762678 or 4905173. OLE color: 4905173.
HSL color Cylindrical-coordinate representation of color #D5D84A: hue angle of 61.27º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D5D84A is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 216 | 74 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.15 |
| HSL | 61.27º | 0.65% | 0.57% | - |
| HSV(B) | 61.27º | 0.66% | 0.85% | - |
| XYZ | 53.23 | 63.75 | 15.98 | - |
| YUV | 198.92 | 57.51 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 216 | 74 | 0.01 | 0 | 0.66 | 0.15 | 61.27 | 0.65 | 0.57 |
| Hex | D5 | D8 | 4A | 1 | 0 | 42 | F | 3D | 41 | 39 |
| Octal | 325 | 330 | 112 | 1 | 0 | 102 | 17 | 75 | 101 | 71 |
| Binary | 11010101 | 11011000 | 1001010 | 1 | 0 | 1000010 | 1111 | 111101 | 1000001 | 111001 |
Color Harmonies of #D5D84A
Complementary color
Monochromatic Colors of #D5D84A
Black with #D5D84A
Text Example
Text Example
White with #D5D84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D84A; }
p { color: rgb(213,216,74); }
H1.HeaderClassName
{
color: #D5D84A;
}
.AnyTagClassName
{
color: #D5D84A;
}
</style>
background-color css
<style>
a { background-color: #D5D84A; }
a { background-color: rgb(213,216,74); }
div.DivClassName
{
background-color: #D5D84A;
}
.BgClassName
{
background-color: #D5D84A;
}
</style>
border-color css
<style>
span { border-color: #D5D84A; }
span { border-color: rgb(213,216,74); }
td.TdClassName
{
border-color: #D5D84A;
}
.TagClassName
{
border-color: #D5D84A;
}
</style>