Shades of Confetti #D5D14A
Tints of Confetti #D5D14A
RGB
CMYK
RGB Variations
Color information
#D5D14A (or 0xD5D14A) is known color: Confetti. HEX triplet: D5, D1 and 4A. RGB value is (213,209,74). Sum of RGB (Red+Green+Blue) = 213+209+74=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 209 (82.03% from 255 or 42.14% from 496); Blue value is 74 (29.30% from 255 or 14.92% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D14A is #2A2EB5. Grayscale: #C3C3C3. Windows color (decimal): -2764470 or 4903381. OLE color: 4903381.
HSL color Cylindrical-coordinate representation of color #D5D14A: hue angle of 58.27º 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 #D5D14A is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 209 | 74 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.16 |
| HSL | 58.27º | 0.62% | 0.56% | - |
| HSV(B) | 58.27º | 0.65% | 0.84% | - |
| XYZ | 51.48 | 60.24 | 15.39 | - |
| YUV | 194.81 | 59.83 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 209 | 74 | 0 | 0.02 | 0.65 | 0.16 | 58.27 | 0.62 | 0.56 |
| Hex | D5 | D1 | 4A | 0 | 2 | 41 | 10 | 3A | 3E | 38 |
| Octal | 325 | 321 | 112 | 0 | 2 | 101 | 20 | 72 | 76 | 70 |
| Binary | 11010101 | 11010001 | 1001010 | 0 | 10 | 1000001 | 10000 | 111010 | 111110 | 111000 |
Color Harmonies of #D5D14A
Complementary color
Monochromatic Colors of #D5D14A
Black with #D5D14A
Text Example
Text Example
White with #D5D14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D14A; }
p { color: rgb(213,209,74); }
H1.HeaderClassName
{
color: #D5D14A;
}
.AnyTagClassName
{
color: #D5D14A;
}
</style>
background-color css
<style>
a { background-color: #D5D14A; }
a { background-color: rgb(213,209,74); }
div.DivClassName
{
background-color: #D5D14A;
}
.BgClassName
{
background-color: #D5D14A;
}
</style>
border-color css
<style>
span { border-color: #D5D14A; }
span { border-color: rgb(213,209,74); }
td.TdClassName
{
border-color: #D5D14A;
}
.TagClassName
{
border-color: #D5D14A;
}
</style>