Shades of Confetti #D5CE50
Tints of Confetti #D5CE50
RGB
CMYK
RGB Variations
Color information
#D5CE50 (or 0xD5CE50) is known color: Confetti. HEX triplet: D5, CE and 50. RGB value is (213,206,80). Sum of RGB (Red+Green+Blue) = 213+206+80=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 80 (31.64% from 255 or 16.03% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CE50 is #2A31AF. Grayscale: #C2C2C2. Windows color (decimal): -2765232 or 5295829. OLE color: 5295829.
HSL color Cylindrical-coordinate representation of color #D5CE50: hue angle of 56.84º 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 #D5CE50 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 206 | 80 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.16 |
| HSL | 56.84º | 0.61% | 0.57% | - |
| HSV(B) | 56.84º | 0.62% | 0.84% | - |
| XYZ | 50.96 | 58.87 | 16.27 | - |
| YUV | 193.73 | 63.82 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 80 | 0 | 0.03 | 0.62 | 0.16 | 56.84 | 0.61 | 0.57 |
| Hex | D5 | CE | 50 | 0 | 3 | 3E | 10 | 39 | 3D | 39 |
| Octal | 325 | 316 | 120 | 0 | 3 | 76 | 20 | 71 | 75 | 71 |
| Binary | 11010101 | 11001110 | 1010000 | 0 | 11 | 111110 | 10000 | 111001 | 111101 | 111001 |
Color Harmonies of #D5CE50
Complementary color
Monochromatic Colors of #D5CE50
Black with #D5CE50
Text Example
Text Example
White with #D5CE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CE50; }
p { color: rgb(213,206,80); }
H1.HeaderClassName
{
color: #D5CE50;
}
.AnyTagClassName
{
color: #D5CE50;
}
</style>
background-color css
<style>
a { background-color: #D5CE50; }
a { background-color: rgb(213,206,80); }
div.DivClassName
{
background-color: #D5CE50;
}
.BgClassName
{
background-color: #D5CE50;
}
</style>
border-color css
<style>
span { border-color: #D5CE50; }
span { border-color: rgb(213,206,80); }
td.TdClassName
{
border-color: #D5CE50;
}
.TagClassName
{
border-color: #D5CE50;
}
</style>