Shades of Confetti #D7CE50
Tints of Confetti #D7CE50
RGB
CMYK
RGB Variations
Color information
#D7CE50 (or 0xD7CE50) is known color: Confetti. HEX triplet: D7, CE and 50. RGB value is (215,206,80). Sum of RGB (Red+Green+Blue) = 215+206+80=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 80 (31.64% from 255 or 15.97% from 501); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CE50 is #2831AF. Grayscale: #C2C2C2. Windows color (decimal): -2634160 or 5295831. OLE color: 5295831.
HSL color Cylindrical-coordinate representation of color #D7CE50: hue angle of 56º 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 #D7CE50 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 206 | 80 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.16 |
| HSL | 56º | 0.63% | 0.58% | - |
| HSV(B) | 56º | 0.63% | 0.84% | - |
| XYZ | 51.54 | 59.17 | 16.29 | - |
| YUV | 194.33 | 63.48 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 206 | 80 | 0 | 0.04 | 0.63 | 0.16 | 56 | 0.63 | 0.58 |
| Hex | D7 | CE | 50 | 0 | 4 | 3F | 10 | 38 | 3F | 3A |
| Octal | 327 | 316 | 120 | 0 | 4 | 77 | 20 | 70 | 77 | 72 |
| Binary | 11010111 | 11001110 | 1010000 | 0 | 100 | 111111 | 10000 | 111000 | 111111 | 111010 |
Color Harmonies of #D7CE50
Complementary color
Monochromatic Colors of #D7CE50
Black with #D7CE50
Text Example
Text Example
White with #D7CE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CE50; }
p { color: rgb(215,206,80); }
H1.HeaderClassName
{
color: #D7CE50;
}
.AnyTagClassName
{
color: #D7CE50;
}
</style>
background-color css
<style>
a { background-color: #D7CE50; }
a { background-color: rgb(215,206,80); }
div.DivClassName
{
background-color: #D7CE50;
}
.BgClassName
{
background-color: #D7CE50;
}
</style>
border-color css
<style>
span { border-color: #D7CE50; }
span { border-color: rgb(215,206,80); }
td.TdClassName
{
border-color: #D7CE50;
}
.TagClassName
{
border-color: #D7CE50;
}
</style>