Shades of Confetti #D5CE53
Tints of Confetti #D5CE53
RGB
CMYK
RGB Variations
Color information
#D5CE53 (or 0xD5CE53) is known color: Confetti. HEX triplet: D5, CE and 53. RGB value is (213,206,83). Sum of RGB (Red+Green+Blue) = 213+206+83=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 83 (32.81% from 255 or 16.53% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CE53 is #2A31AC. Grayscale: #C2C2C2. Windows color (decimal): -2765229 or 5492437. OLE color: 5492437.
HSL color Cylindrical-coordinate representation of color #D5CE53: hue angle of 56.77º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D5CE53 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 206 | 83 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.16 |
| HSL | 56.77º | 0.61% | 0.58% | - |
| HSV(B) | 56.77º | 0.61% | 0.84% | - |
| XYZ | 51.07 | 58.91 | 16.86 | - |
| YUV | 194.07 | 65.32 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 83 | 0 | 0.03 | 0.61 | 0.16 | 56.77 | 0.61 | 0.58 |
| Hex | D5 | CE | 53 | 0 | 3 | 3D | 10 | 39 | 3D | 3A |
| Octal | 325 | 316 | 123 | 0 | 3 | 75 | 20 | 71 | 75 | 72 |
| Binary | 11010101 | 11001110 | 1010011 | 0 | 11 | 111101 | 10000 | 111001 | 111101 | 111010 |
Color Harmonies of #D5CE53
Complementary color
Monochromatic Colors of #D5CE53
Black with #D5CE53
Text Example
Text Example
White with #D5CE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CE53; }
p { color: rgb(213,206,83); }
H1.HeaderClassName
{
color: #D5CE53;
}
.AnyTagClassName
{
color: #D5CE53;
}
</style>
background-color css
<style>
a { background-color: #D5CE53; }
a { background-color: rgb(213,206,83); }
div.DivClassName
{
background-color: #D5CE53;
}
.BgClassName
{
background-color: #D5CE53;
}
</style>
border-color css
<style>
span { border-color: #D5CE53; }
span { border-color: rgb(213,206,83); }
td.TdClassName
{
border-color: #D5CE53;
}
.TagClassName
{
border-color: #D5CE53;
}
</style>