Shades of Confetti #D5D251
Tints of Confetti #D5D251
RGB
CMYK
RGB Variations
Color information
#D5D251 (or 0xD5D251) is known color: Confetti. HEX triplet: D5, D2 and 51. RGB value is (213,210,81). Sum of RGB (Red+Green+Blue) = 213+210+81=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 81 (32.03% from 255 or 16.07% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D251 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D251 is #2A2DAE. Grayscale: #C4C4C4. Windows color (decimal): -2764207 or 5362389. OLE color: 5362389.
HSL color Cylindrical-coordinate representation of color #D5D251: hue angle of 58.64º 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 #D5D251 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 210 | 81 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.16 |
| HSL | 58.64º | 0.61% | 0.58% | - |
| HSV(B) | 58.64º | 0.62% | 0.84% | - |
| XYZ | 51.97 | 60.83 | 16.79 | - |
| YUV | 196.19 | 62.99 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 210 | 81 | 0 | 0.01 | 0.62 | 0.16 | 58.64 | 0.61 | 0.58 |
| Hex | D5 | D2 | 51 | 0 | 1 | 3E | 10 | 3B | 3D | 3A |
| Octal | 325 | 322 | 121 | 0 | 1 | 76 | 20 | 73 | 75 | 72 |
| Binary | 11010101 | 11010010 | 1010001 | 0 | 1 | 111110 | 10000 | 111011 | 111101 | 111010 |
Color Harmonies of #D5D251
Complementary color
Monochromatic Colors of #D5D251
Black with #D5D251
Text Example
Text Example
White with #D5D251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D251; }
p { color: rgb(213,210,81); }
H1.HeaderClassName
{
color: #D5D251;
}
.AnyTagClassName
{
color: #D5D251;
}
</style>
background-color css
<style>
a { background-color: #D5D251; }
a { background-color: rgb(213,210,81); }
div.DivClassName
{
background-color: #D5D251;
}
.BgClassName
{
background-color: #D5D251;
}
</style>
border-color css
<style>
span { border-color: #D5D251; }
span { border-color: rgb(213,210,81); }
td.TdClassName
{
border-color: #D5D251;
}
.TagClassName
{
border-color: #D5D251;
}
</style>