Shades of Confetti #D5D44A
Tints of Confetti #D5D44A
RGB
CMYK
RGB Variations
Color information
#D5D44A (or 0xD5D44A) is known color: Confetti. HEX triplet: D5, D4 and 4A. RGB value is (213,212,74). Sum of RGB (Red+Green+Blue) = 213+212+74=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 212 (83.20% from 255 or 42.48% from 499); Blue value is 74 (29.30% from 255 or 14.83% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D44A is #2A2BB5. Grayscale: #C5C5C5. Windows color (decimal): -2763702 or 4904149. OLE color: 4904149.
HSL color Cylindrical-coordinate representation of color #D5D44A: hue angle of 59.57º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D5D44A is Cyan = 0, Magento = 0.00, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 212 | 74 | - |
| CMYK | 0 | 0.00 | 0.65 | 0.16 |
| HSL | 59.57º | 0.62% | 0.56% | - |
| HSV(B) | 59.57º | 0.65% | 0.84% | - |
| XYZ | 52.22 | 61.73 | 15.64 | - |
| YUV | 196.57 | 58.83 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 212 | 74 | 0 | 0.00 | 0.65 | 0.16 | 59.57 | 0.62 | 0.56 |
| Hex | D5 | D4 | 4A | 0 | 0 | 41 | 10 | 3C | 3E | 38 |
| Octal | 325 | 324 | 112 | 0 | 0 | 101 | 20 | 74 | 76 | 70 |
| Binary | 11010101 | 11010100 | 1001010 | 0 | 0 | 1000001 | 10000 | 111100 | 111110 | 111000 |
Color Harmonies of #D5D44A
Complementary color
Monochromatic Colors of #D5D44A
Black with #D5D44A
Text Example
Text Example
White with #D5D44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D44A; }
p { color: rgb(213,212,74); }
H1.HeaderClassName
{
color: #D5D44A;
}
.AnyTagClassName
{
color: #D5D44A;
}
</style>
background-color css
<style>
a { background-color: #D5D44A; }
a { background-color: rgb(213,212,74); }
div.DivClassName
{
background-color: #D5D44A;
}
.BgClassName
{
background-color: #D5D44A;
}
</style>
border-color css
<style>
span { border-color: #D5D44A; }
span { border-color: rgb(213,212,74); }
td.TdClassName
{
border-color: #D5D44A;
}
.TagClassName
{
border-color: #D5D44A;
}
</style>