Shades of Confetti #D5D350
Tints of Confetti #D5D350
RGB
CMYK
RGB Variations
Color information
#D5D350 (or 0xD5D350) is known color: Confetti. HEX triplet: D5, D3 and 50. RGB value is (213,211,80). Sum of RGB (Red+Green+Blue) = 213+211+80=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 211 (82.81% from 255 or 41.87% from 504); Blue value is 80 (31.64% from 255 or 15.87% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D350 is #2A2CAF. Grayscale: #C5C5C5. Windows color (decimal): -2763952 or 5297109. OLE color: 5297109.
HSL color Cylindrical-coordinate representation of color #D5D350: hue angle of 59.1º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5D350 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 211 | 80 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.16 |
| HSL | 59.1º | 0.61% | 0.57% | - |
| HSV(B) | 59.1º | 0.62% | 0.84% | - |
| XYZ | 52.18 | 61.31 | 16.67 | - |
| YUV | 196.66 | 62.16 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 211 | 80 | 0 | 0.01 | 0.62 | 0.16 | 59.1 | 0.61 | 0.57 |
| Hex | D5 | D3 | 50 | 0 | 1 | 3E | 10 | 3B | 3D | 39 |
| Octal | 325 | 323 | 120 | 0 | 1 | 76 | 20 | 73 | 75 | 71 |
| Binary | 11010101 | 11010011 | 1010000 | 0 | 1 | 111110 | 10000 | 111011 | 111101 | 111001 |
Color Harmonies of #D5D350
Complementary color
Monochromatic Colors of #D5D350
Black with #D5D350
Text Example
Text Example
White with #D5D350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D350; }
p { color: rgb(213,211,80); }
H1.HeaderClassName
{
color: #D5D350;
}
.AnyTagClassName
{
color: #D5D350;
}
</style>
background-color css
<style>
a { background-color: #D5D350; }
a { background-color: rgb(213,211,80); }
div.DivClassName
{
background-color: #D5D350;
}
.BgClassName
{
background-color: #D5D350;
}
</style>
border-color css
<style>
span { border-color: #D5D350; }
span { border-color: rgb(213,211,80); }
td.TdClassName
{
border-color: #D5D350;
}
.TagClassName
{
border-color: #D5D350;
}
</style>