Shades of Confetti #D5CA50
Tints of Confetti #D5CA50
RGB
CMYK
RGB Variations
Color information
#D5CA50 (or 0xD5CA50) is known color: Confetti. HEX triplet: D5, CA and 50. RGB value is (213,202,80). Sum of RGB (Red+Green+Blue) = 213+202+80=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 80 (31.64% from 255 or 16.16% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CA50 is #2A35AF. Grayscale: #BFBFBF. Windows color (decimal): -2766256 or 5294805. OLE color: 5294805.
HSL color Cylindrical-coordinate representation of color #D5CA50: hue angle of 55.04º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5CA50 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 202 | 80 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.16 |
| HSL | 55.04º | 0.61% | 0.57% | - |
| HSV(B) | 55.04º | 0.62% | 0.84% | - |
| XYZ | 50.01 | 56.97 | 15.95 | - |
| YUV | 191.38 | 65.14 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 202 | 80 | 0 | 0.05 | 0.62 | 0.16 | 55.04 | 0.61 | 0.57 |
| Hex | D5 | CA | 50 | 0 | 5 | 3E | 10 | 37 | 3D | 39 |
| Octal | 325 | 312 | 120 | 0 | 5 | 76 | 20 | 67 | 75 | 71 |
| Binary | 11010101 | 11001010 | 1010000 | 0 | 101 | 111110 | 10000 | 110111 | 111101 | 111001 |
Color Harmonies of #D5CA50
Complementary color
Monochromatic Colors of #D5CA50
Black with #D5CA50
Text Example
Text Example
White with #D5CA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CA50; }
p { color: rgb(213,202,80); }
H1.HeaderClassName
{
color: #D5CA50;
}
.AnyTagClassName
{
color: #D5CA50;
}
</style>
background-color css
<style>
a { background-color: #D5CA50; }
a { background-color: rgb(213,202,80); }
div.DivClassName
{
background-color: #D5CA50;
}
.BgClassName
{
background-color: #D5CA50;
}
</style>
border-color css
<style>
span { border-color: #D5CA50; }
span { border-color: rgb(213,202,80); }
td.TdClassName
{
border-color: #D5CA50;
}
.TagClassName
{
border-color: #D5CA50;
}
</style>