Shades of Confetti #D5CA56
Tints of Confetti #D5CA56
RGB
CMYK
RGB Variations
Color information
#D5CA56 (or 0xD5CA56) is known color: Confetti. HEX triplet: D5, CA and 56. RGB value is (213,202,86). Sum of RGB (Red+Green+Blue) = 213+202+86=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 86 (33.98% from 255 or 17.17% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CA56 is #2A35A9. Grayscale: #C0C0C0. Windows color (decimal): -2766250 or 5688021. OLE color: 5688021.
HSL color Cylindrical-coordinate representation of color #D5CA56: hue angle of 54.8º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D5CA56 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 202 | 86 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.16 |
| HSL | 54.8º | 0.6% | 0.59% | - |
| HSV(B) | 54.8º | 0.6% | 0.84% | - |
| XYZ | 50.24 | 57.06 | 17.17 | - |
| YUV | 192.07 | 68.14 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 202 | 86 | 0 | 0.05 | 0.60 | 0.16 | 54.8 | 0.6 | 0.59 |
| Hex | D5 | CA | 56 | 0 | 5 | 3C | 10 | 37 | 3C | 3B |
| Octal | 325 | 312 | 126 | 0 | 5 | 74 | 20 | 67 | 74 | 73 |
| Binary | 11010101 | 11001010 | 1010110 | 0 | 101 | 111100 | 10000 | 110111 | 111100 | 111011 |
Color Harmonies of #D5CA56
Complementary color
Monochromatic Colors of #D5CA56
Black with #D5CA56
Text Example
Text Example
White with #D5CA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CA56; }
p { color: rgb(213,202,86); }
H1.HeaderClassName
{
color: #D5CA56;
}
.AnyTagClassName
{
color: #D5CA56;
}
</style>
background-color css
<style>
a { background-color: #D5CA56; }
a { background-color: rgb(213,202,86); }
div.DivClassName
{
background-color: #D5CA56;
}
.BgClassName
{
background-color: #D5CA56;
}
</style>
border-color css
<style>
span { border-color: #D5CA56; }
span { border-color: rgb(213,202,86); }
td.TdClassName
{
border-color: #D5CA56;
}
.TagClassName
{
border-color: #D5CA56;
}
</style>