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