Shades of Confetti #D7D350
Tints of Confetti #D7D350
RGB
CMYK
RGB Variations
Color information
#D7D350 (or 0xD7D350) is known color: Confetti. HEX triplet: D7, D3 and 50. RGB value is (215,211,80). Sum of RGB (Red+Green+Blue) = 215+211+80=506 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.49% from 506); Green value is 211 (82.81% from 255 or 41.70% from 506); Blue value is 80 (31.64% from 255 or 15.81% from 506); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D350 is #282CAF. Grayscale: #C5C5C5. Windows color (decimal): -2632880 or 5297111. OLE color: 5297111.
HSL color Cylindrical-coordinate representation of color #D7D350: hue angle of 58.22º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D7D350 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 211 | 80 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.16 |
| HSL | 58.22º | 0.63% | 0.58% | - |
| HSV(B) | 58.22º | 0.63% | 0.84% | - |
| XYZ | 52.77 | 61.61 | 16.7 | - |
| YUV | 197.26 | 61.83 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 211 | 80 | 0 | 0.02 | 0.63 | 0.16 | 58.22 | 0.63 | 0.58 |
| Hex | D7 | D3 | 50 | 0 | 2 | 3F | 10 | 3A | 3F | 3A |
| Octal | 327 | 323 | 120 | 0 | 2 | 77 | 20 | 72 | 77 | 72 |
| Binary | 11010111 | 11010011 | 1010000 | 0 | 10 | 111111 | 10000 | 111010 | 111111 | 111010 |
Color Harmonies of #D7D350
Complementary color
Monochromatic Colors of #D7D350
Black with #D7D350
Text Example
Text Example
White with #D7D350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D350; }
p { color: rgb(215,211,80); }
H1.HeaderClassName
{
color: #D7D350;
}
.AnyTagClassName
{
color: #D7D350;
}
</style>
background-color css
<style>
a { background-color: #D7D350; }
a { background-color: rgb(215,211,80); }
div.DivClassName
{
background-color: #D7D350;
}
.BgClassName
{
background-color: #D7D350;
}
</style>
border-color css
<style>
span { border-color: #D7D350; }
span { border-color: rgb(215,211,80); }
td.TdClassName
{
border-color: #D7D350;
}
.TagClassName
{
border-color: #D7D350;
}
</style>