Shades of Confetti #D5D14C
Tints of Confetti #D5D14C
RGB
CMYK
RGB Variations
Color information
#D5D14C (or 0xD5D14C) is known color: Confetti. HEX triplet: D5, D1 and 4C. RGB value is (213,209,76). Sum of RGB (Red+Green+Blue) = 213+209+76=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 209 (82.03% from 255 or 41.97% from 498); Blue value is 76 (30.08% from 255 or 15.26% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D14C is #2A2EB3. Grayscale: #C3C3C3. Windows color (decimal): -2764468 or 5034453. OLE color: 5034453.
HSL color Cylindrical-coordinate representation of color #D5D14C: hue angle of 58.25º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D5D14C is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 209 | 76 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.16 |
| HSL | 58.25º | 0.62% | 0.57% | - |
| HSV(B) | 58.25º | 0.64% | 0.84% | - |
| XYZ | 51.55 | 60.27 | 15.75 | - |
| YUV | 195.03 | 60.83 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 209 | 76 | 0 | 0.02 | 0.64 | 0.16 | 58.25 | 0.62 | 0.57 |
| Hex | D5 | D1 | 4C | 0 | 2 | 40 | 10 | 3A | 3E | 39 |
| Octal | 325 | 321 | 114 | 0 | 2 | 100 | 20 | 72 | 76 | 71 |
| Binary | 11010101 | 11010001 | 1001100 | 0 | 10 | 1000000 | 10000 | 111010 | 111110 | 111001 |
Color Harmonies of #D5D14C
Complementary color
Monochromatic Colors of #D5D14C
Black with #D5D14C
Text Example
Text Example
White with #D5D14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D14C; }
p { color: rgb(213,209,76); }
H1.HeaderClassName
{
color: #D5D14C;
}
.AnyTagClassName
{
color: #D5D14C;
}
</style>
background-color css
<style>
a { background-color: #D5D14C; }
a { background-color: rgb(213,209,76); }
div.DivClassName
{
background-color: #D5D14C;
}
.BgClassName
{
background-color: #D5D14C;
}
</style>
border-color css
<style>
span { border-color: #D5D14C; }
span { border-color: rgb(213,209,76); }
td.TdClassName
{
border-color: #D5D14C;
}
.TagClassName
{
border-color: #D5D14C;
}
</style>