Shades of Confetti #D5D054
Tints of Confetti #D5D054
RGB
CMYK
RGB Variations
Color information
#D5D054 (or 0xD5D054) is known color: Confetti. HEX triplet: D5, D0 and 54. RGB value is (213,208,84). Sum of RGB (Red+Green+Blue) = 213+208+84=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 208 (81.64% from 255 or 41.19% from 505); Blue value is 84 (33.20% from 255 or 16.63% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D054 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D054 is #2A2FAB. Grayscale: #C3C3C3. Windows color (decimal): -2764716 or 5558485. OLE color: 5558485.
HSL color Cylindrical-coordinate representation of color #D5D054: hue angle of 57.67º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D5D054 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 208 | 84 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.16 |
| HSL | 57.67º | 0.61% | 0.58% | - |
| HSV(B) | 57.67º | 0.61% | 0.84% | - |
| XYZ | 51.6 | 59.9 | 17.23 | - |
| YUV | 195.36 | 65.16 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 208 | 84 | 0 | 0.02 | 0.61 | 0.16 | 57.67 | 0.61 | 0.58 |
| Hex | D5 | D0 | 54 | 0 | 2 | 3D | 10 | 3A | 3D | 3A |
| Octal | 325 | 320 | 124 | 0 | 2 | 75 | 20 | 72 | 75 | 72 |
| Binary | 11010101 | 11010000 | 1010100 | 0 | 10 | 111101 | 10000 | 111010 | 111101 | 111010 |
Color Harmonies of #D5D054
Complementary color
Monochromatic Colors of #D5D054
Black with #D5D054
Text Example
Text Example
White with #D5D054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D054; }
p { color: rgb(213,208,84); }
H1.HeaderClassName
{
color: #D5D054;
}
.AnyTagClassName
{
color: #D5D054;
}
</style>
background-color css
<style>
a { background-color: #D5D054; }
a { background-color: rgb(213,208,84); }
div.DivClassName
{
background-color: #D5D054;
}
.BgClassName
{
background-color: #D5D054;
}
</style>
border-color css
<style>
span { border-color: #D5D054; }
span { border-color: rgb(213,208,84); }
td.TdClassName
{
border-color: #D5D054;
}
.TagClassName
{
border-color: #D5D054;
}
</style>