Shades of Confetti #D5CE51
Tints of Confetti #D5CE51
RGB
CMYK
RGB Variations
Color information
#D5CE51 (or 0xD5CE51) is known color: Confetti. HEX triplet: D5, CE and 51. RGB value is (213,206,81). Sum of RGB (Red+Green+Blue) = 213+206+81=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 81 (32.03% from 255 or 16.2% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CE51 is #2A31AE. Grayscale: #C2C2C2. Windows color (decimal): -2765231 or 5361365. OLE color: 5361365.
HSL color Cylindrical-coordinate representation of color #D5CE51: hue angle of 56.82º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5CE51 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 206 | 81 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.16 |
| HSL | 56.82º | 0.61% | 0.58% | - |
| HSV(B) | 56.82º | 0.62% | 0.84% | - |
| XYZ | 51 | 58.88 | 16.46 | - |
| YUV | 193.84 | 64.32 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 81 | 0 | 0.03 | 0.62 | 0.16 | 56.82 | 0.61 | 0.58 |
| Hex | D5 | CE | 51 | 0 | 3 | 3E | 10 | 39 | 3D | 3A |
| Octal | 325 | 316 | 121 | 0 | 3 | 76 | 20 | 71 | 75 | 72 |
| Binary | 11010101 | 11001110 | 1010001 | 0 | 11 | 111110 | 10000 | 111001 | 111101 | 111010 |
Color Harmonies of #D5CE51
Complementary color
Monochromatic Colors of #D5CE51
Black with #D5CE51
Text Example
Text Example
White with #D5CE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CE51; }
p { color: rgb(213,206,81); }
H1.HeaderClassName
{
color: #D5CE51;
}
.AnyTagClassName
{
color: #D5CE51;
}
</style>
background-color css
<style>
a { background-color: #D5CE51; }
a { background-color: rgb(213,206,81); }
div.DivClassName
{
background-color: #D5CE51;
}
.BgClassName
{
background-color: #D5CE51;
}
</style>
border-color css
<style>
span { border-color: #D5CE51; }
span { border-color: rgb(213,206,81); }
td.TdClassName
{
border-color: #D5CE51;
}
.TagClassName
{
border-color: #D5CE51;
}
</style>