Shades of Confetti #D5CA51
Tints of Confetti #D5CA51
RGB
CMYK
RGB Variations
Color information
#D5CA51 (or 0xD5CA51) is known color: Confetti. HEX triplet: D5, CA and 51. RGB value is (213,202,81). Sum of RGB (Red+Green+Blue) = 213+202+81=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 81 (32.03% from 255 or 16.33% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CA51 is #2A35AE. Grayscale: #BFBFBF. Windows color (decimal): -2766255 or 5360341. OLE color: 5360341.
HSL color Cylindrical-coordinate representation of color #D5CA51: hue angle of 55º 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 #D5CA51 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 202 | 81 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.16 |
| HSL | 55º | 0.61% | 0.58% | - |
| HSV(B) | 55º | 0.62% | 0.84% | - |
| XYZ | 50.05 | 56.98 | 16.15 | - |
| YUV | 191.5 | 65.64 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 202 | 81 | 0 | 0.05 | 0.62 | 0.16 | 55 | 0.61 | 0.58 |
| Hex | D5 | CA | 51 | 0 | 5 | 3E | 10 | 37 | 3D | 3A |
| Octal | 325 | 312 | 121 | 0 | 5 | 76 | 20 | 67 | 75 | 72 |
| Binary | 11010101 | 11001010 | 1010001 | 0 | 101 | 111110 | 10000 | 110111 | 111101 | 111010 |
Color Harmonies of #D5CA51
Complementary color
Monochromatic Colors of #D5CA51
Black with #D5CA51
Text Example
Text Example
White with #D5CA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CA51; }
p { color: rgb(213,202,81); }
H1.HeaderClassName
{
color: #D5CA51;
}
.AnyTagClassName
{
color: #D5CA51;
}
</style>
background-color css
<style>
a { background-color: #D5CA51; }
a { background-color: rgb(213,202,81); }
div.DivClassName
{
background-color: #D5CA51;
}
.BgClassName
{
background-color: #D5CA51;
}
</style>
border-color css
<style>
span { border-color: #D5CA51; }
span { border-color: rgb(213,202,81); }
td.TdClassName
{
border-color: #D5CA51;
}
.TagClassName
{
border-color: #D5CA51;
}
</style>