Shades of Confetti #D5C550
Tints of Confetti #D5C550
RGB
CMYK
RGB Variations
Color information
#D5C550 (or 0xD5C550) is known color: Confetti. HEX triplet: D5, C5 and 50. RGB value is (213,197,80). Sum of RGB (Red+Green+Blue) = 213+197+80=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 80 (31.64% from 255 or 16.33% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C550 is #2A3AAF. Grayscale: #BCBCBC. Windows color (decimal): -2767536 or 5293525. OLE color: 5293525.
HSL color Cylindrical-coordinate representation of color #D5C550: hue angle of 52.78º 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 #D5C550 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 197 | 80 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.16 |
| HSL | 52.78º | 0.61% | 0.57% | - |
| HSV(B) | 52.78º | 0.62% | 0.84% | - |
| XYZ | 48.85 | 54.66 | 15.56 | - |
| YUV | 188.45 | 66.8 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 197 | 80 | 0 | 0.08 | 0.62 | 0.16 | 52.78 | 0.61 | 0.57 |
| Hex | D5 | C5 | 50 | 0 | 8 | 3E | 10 | 35 | 3D | 39 |
| Octal | 325 | 305 | 120 | 0 | 10 | 76 | 20 | 65 | 75 | 71 |
| Binary | 11010101 | 11000101 | 1010000 | 0 | 1000 | 111110 | 10000 | 110101 | 111101 | 111001 |
Color Harmonies of #D5C550
Complementary color
Monochromatic Colors of #D5C550
Black with #D5C550
Text Example
Text Example
White with #D5C550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C550; }
p { color: rgb(213,197,80); }
H1.HeaderClassName
{
color: #D5C550;
}
.AnyTagClassName
{
color: #D5C550;
}
</style>
background-color css
<style>
a { background-color: #D5C550; }
a { background-color: rgb(213,197,80); }
div.DivClassName
{
background-color: #D5C550;
}
.BgClassName
{
background-color: #D5C550;
}
</style>
border-color css
<style>
span { border-color: #D5C550; }
span { border-color: rgb(213,197,80); }
td.TdClassName
{
border-color: #D5C550;
}
.TagClassName
{
border-color: #D5C550;
}
</style>