Shades of Confetti #D5C553
Tints of Confetti #D5C553
RGB
CMYK
RGB Variations
Color information
#D5C553 (or 0xD5C553) is known color: Confetti. HEX triplet: D5, C5 and 53. RGB value is (213,197,83). Sum of RGB (Red+Green+Blue) = 213+197+83=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 197 (77.34% from 255 or 39.96% from 493); Blue value is 83 (32.81% from 255 or 16.84% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C553 is #2A3AAC. Grayscale: #BDBDBD. Windows color (decimal): -2767533 or 5490133. OLE color: 5490133.
HSL color Cylindrical-coordinate representation of color #D5C553: hue angle of 52.62º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D5C553 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 197 | 83 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.16 |
| HSL | 52.62º | 0.61% | 0.58% | - |
| HSV(B) | 52.62º | 0.61% | 0.84% | - |
| XYZ | 48.97 | 54.7 | 16.16 | - |
| YUV | 188.79 | 68.3 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 197 | 83 | 0 | 0.08 | 0.61 | 0.16 | 52.62 | 0.61 | 0.58 |
| Hex | D5 | C5 | 53 | 0 | 8 | 3D | 10 | 35 | 3D | 3A |
| Octal | 325 | 305 | 123 | 0 | 10 | 75 | 20 | 65 | 75 | 72 |
| Binary | 11010101 | 11000101 | 1010011 | 0 | 1000 | 111101 | 10000 | 110101 | 111101 | 111010 |
Color Harmonies of #D5C553
Complementary color
Monochromatic Colors of #D5C553
Black with #D5C553
Text Example
Text Example
White with #D5C553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C553; }
p { color: rgb(213,197,83); }
H1.HeaderClassName
{
color: #D5C553;
}
.AnyTagClassName
{
color: #D5C553;
}
</style>
background-color css
<style>
a { background-color: #D5C553; }
a { background-color: rgb(213,197,83); }
div.DivClassName
{
background-color: #D5C553;
}
.BgClassName
{
background-color: #D5C553;
}
</style>
border-color css
<style>
span { border-color: #D5C553; }
span { border-color: rgb(213,197,83); }
td.TdClassName
{
border-color: #D5C553;
}
.TagClassName
{
border-color: #D5C553;
}
</style>