Shades of Confetti #D5D151
Tints of Confetti #D5D151
RGB
CMYK
RGB Variations
Color information
#D5D151 (or 0xD5D151) is known color: Confetti. HEX triplet: D5, D1 and 51. RGB value is (213,209,81). Sum of RGB (Red+Green+Blue) = 213+209+81=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 209 (82.03% from 255 or 41.55% from 503); Blue value is 81 (32.03% from 255 or 16.10% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D151 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D151 is #2A2EAE. Grayscale: #C4C4C4. Windows color (decimal): -2764463 or 5362133. OLE color: 5362133.
HSL color Cylindrical-coordinate representation of color #D5D151: hue angle of 58.18º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5D151 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 209 | 81 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.16 |
| HSL | 58.18º | 0.61% | 0.58% | - |
| HSV(B) | 58.18º | 0.62% | 0.84% | - |
| XYZ | 51.73 | 60.34 | 16.71 | - |
| YUV | 195.6 | 63.33 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 209 | 81 | 0 | 0.02 | 0.62 | 0.16 | 58.18 | 0.61 | 0.58 |
| Hex | D5 | D1 | 51 | 0 | 2 | 3E | 10 | 3A | 3D | 3A |
| Octal | 325 | 321 | 121 | 0 | 2 | 76 | 20 | 72 | 75 | 72 |
| Binary | 11010101 | 11010001 | 1010001 | 0 | 10 | 111110 | 10000 | 111010 | 111101 | 111010 |
Color Harmonies of #D5D151
Complementary color
Monochromatic Colors of #D5D151
Black with #D5D151
Text Example
Text Example
White with #D5D151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D151; }
p { color: rgb(213,209,81); }
H1.HeaderClassName
{
color: #D5D151;
}
.AnyTagClassName
{
color: #D5D151;
}
</style>
background-color css
<style>
a { background-color: #D5D151; }
a { background-color: rgb(213,209,81); }
div.DivClassName
{
background-color: #D5D151;
}
.BgClassName
{
background-color: #D5D151;
}
</style>
border-color css
<style>
span { border-color: #D5D151; }
span { border-color: rgb(213,209,81); }
td.TdClassName
{
border-color: #D5D151;
}
.TagClassName
{
border-color: #D5D151;
}
</style>