Shades of Confetti #D5CE4E
Tints of Confetti #D5CE4E
RGB
CMYK
RGB Variations
Color information
#D5CE4E (or 0xD5CE4E) is known color: Confetti. HEX triplet: D5, CE and 4E. RGB value is (213,206,78). Sum of RGB (Red+Green+Blue) = 213+206+78=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 78 (30.86% from 255 or 15.69% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CE4E is #2A31B1. Grayscale: #C2C2C2. Windows color (decimal): -2765234 or 5164757. OLE color: 5164757.
HSL color Cylindrical-coordinate representation of color #D5CE4E: hue angle of 56.89º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D5CE4E is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 206 | 78 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.16 |
| HSL | 56.89º | 0.62% | 0.57% | - |
| HSV(B) | 56.89º | 0.63% | 0.84% | - |
| XYZ | 50.89 | 58.84 | 15.88 | - |
| YUV | 193.5 | 62.82 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 78 | 0 | 0.03 | 0.63 | 0.16 | 56.89 | 0.62 | 0.57 |
| Hex | D5 | CE | 4E | 0 | 3 | 3F | 10 | 39 | 3E | 39 |
| Octal | 325 | 316 | 116 | 0 | 3 | 77 | 20 | 71 | 76 | 71 |
| Binary | 11010101 | 11001110 | 1001110 | 0 | 11 | 111111 | 10000 | 111001 | 111110 | 111001 |
Color Harmonies of #D5CE4E
Complementary color
Monochromatic Colors of #D5CE4E
Black with #D5CE4E
Text Example
Text Example
White with #D5CE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CE4E; }
p { color: rgb(213,206,78); }
H1.HeaderClassName
{
color: #D5CE4E;
}
.AnyTagClassName
{
color: #D5CE4E;
}
</style>
background-color css
<style>
a { background-color: #D5CE4E; }
a { background-color: rgb(213,206,78); }
div.DivClassName
{
background-color: #D5CE4E;
}
.BgClassName
{
background-color: #D5CE4E;
}
</style>
border-color css
<style>
span { border-color: #D5CE4E; }
span { border-color: rgb(213,206,78); }
td.TdClassName
{
border-color: #D5CE4E;
}
.TagClassName
{
border-color: #D5CE4E;
}
</style>