Shades of Confetti #D5CF51
Tints of Confetti #D5CF51
RGB
CMYK
RGB Variations
Color information
#D5CF51 (or 0xD5CF51) is known color: Confetti. HEX triplet: D5, CF and 51. RGB value is (213,207,81). Sum of RGB (Red+Green+Blue) = 213+207+81=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 81 (32.03% from 255 or 16.17% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CF51 is #2A30AE. Grayscale: #C2C2C2. Windows color (decimal): -2764975 or 5361621. OLE color: 5361621.
HSL color Cylindrical-coordinate representation of color #D5CF51: hue angle of 57.27º 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 #D5CF51 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 207 | 81 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.16 |
| HSL | 57.27º | 0.61% | 0.58% | - |
| HSV(B) | 57.27º | 0.62% | 0.84% | - |
| XYZ | 51.24 | 59.37 | 16.54 | - |
| YUV | 194.43 | 63.99 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 81 | 0 | 0.03 | 0.62 | 0.16 | 57.27 | 0.61 | 0.58 |
| Hex | D5 | CF | 51 | 0 | 3 | 3E | 10 | 39 | 3D | 3A |
| Octal | 325 | 317 | 121 | 0 | 3 | 76 | 20 | 71 | 75 | 72 |
| Binary | 11010101 | 11001111 | 1010001 | 0 | 11 | 111110 | 10000 | 111001 | 111101 | 111010 |
Color Harmonies of #D5CF51
Complementary color
Monochromatic Colors of #D5CF51
Black with #D5CF51
Text Example
Text Example
White with #D5CF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CF51; }
p { color: rgb(213,207,81); }
H1.HeaderClassName
{
color: #D5CF51;
}
.AnyTagClassName
{
color: #D5CF51;
}
</style>
background-color css
<style>
a { background-color: #D5CF51; }
a { background-color: rgb(213,207,81); }
div.DivClassName
{
background-color: #D5CF51;
}
.BgClassName
{
background-color: #D5CF51;
}
</style>
border-color css
<style>
span { border-color: #D5CF51; }
span { border-color: rgb(213,207,81); }
td.TdClassName
{
border-color: #D5CF51;
}
.TagClassName
{
border-color: #D5CF51;
}
</style>