Shades of Confetti #D5CC51
Tints of Confetti #D5CC51
RGB
CMYK
RGB Variations
Color information
#D5CC51 (or 0xD5CC51) is known color: Confetti. HEX triplet: D5, CC and 51. RGB value is (213,204,81). Sum of RGB (Red+Green+Blue) = 213+204+81=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 81 (32.03% from 255 or 16.27% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CC51 is #2A33AE. Grayscale: #C1C1C1. Windows color (decimal): -2765743 or 5360853. OLE color: 5360853.
HSL color Cylindrical-coordinate representation of color #D5CC51: hue angle of 55.91º 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 #D5CC51 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 204 | 81 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.16 |
| HSL | 55.91º | 0.61% | 0.58% | - |
| HSV(B) | 55.91º | 0.62% | 0.84% | - |
| XYZ | 50.52 | 57.93 | 16.3 | - |
| YUV | 192.67 | 64.98 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 204 | 81 | 0 | 0.04 | 0.62 | 0.16 | 55.91 | 0.61 | 0.58 |
| Hex | D5 | CC | 51 | 0 | 4 | 3E | 10 | 38 | 3D | 3A |
| Octal | 325 | 314 | 121 | 0 | 4 | 76 | 20 | 70 | 75 | 72 |
| Binary | 11010101 | 11001100 | 1010001 | 0 | 100 | 111110 | 10000 | 111000 | 111101 | 111010 |
Color Harmonies of #D5CC51
Complementary color
Monochromatic Colors of #D5CC51
Black with #D5CC51
Text Example
Text Example
White with #D5CC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CC51; }
p { color: rgb(213,204,81); }
H1.HeaderClassName
{
color: #D5CC51;
}
.AnyTagClassName
{
color: #D5CC51;
}
</style>
background-color css
<style>
a { background-color: #D5CC51; }
a { background-color: rgb(213,204,81); }
div.DivClassName
{
background-color: #D5CC51;
}
.BgClassName
{
background-color: #D5CC51;
}
</style>
border-color css
<style>
span { border-color: #D5CC51; }
span { border-color: rgb(213,204,81); }
td.TdClassName
{
border-color: #D5CC51;
}
.TagClassName
{
border-color: #D5CC51;
}
</style>