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