Shades of Confetti #D5C552
Tints of Confetti #D5C552
RGB
CMYK
RGB Variations
Color information
#D5C552 (or 0xD5C552) is known color: Confetti. HEX triplet: D5, C5 and 52. RGB value is (213,197,82). Sum of RGB (Red+Green+Blue) = 213+197+82=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 82 (32.42% from 255 or 16.67% from 492); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C552 is #2A3AAD. Grayscale: #BDBDBD. Windows color (decimal): -2767534 or 5424597. OLE color: 5424597.
HSL color Cylindrical-coordinate representation of color #D5C552: hue angle of 52.67º 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 #D5C552 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 197 | 82 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.16 |
| HSL | 52.67º | 0.61% | 0.58% | - |
| HSV(B) | 52.67º | 0.62% | 0.84% | - |
| XYZ | 48.93 | 54.69 | 15.96 | - |
| YUV | 188.67 | 67.8 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 197 | 82 | 0 | 0.08 | 0.62 | 0.16 | 52.67 | 0.61 | 0.58 |
| Hex | D5 | C5 | 52 | 0 | 8 | 3E | 10 | 35 | 3D | 3A |
| Octal | 325 | 305 | 122 | 0 | 10 | 76 | 20 | 65 | 75 | 72 |
| Binary | 11010101 | 11000101 | 1010010 | 0 | 1000 | 111110 | 10000 | 110101 | 111101 | 111010 |
Color Harmonies of #D5C552
Complementary color
Monochromatic Colors of #D5C552
Black with #D5C552
Text Example
Text Example
White with #D5C552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C552; }
p { color: rgb(213,197,82); }
H1.HeaderClassName
{
color: #D5C552;
}
.AnyTagClassName
{
color: #D5C552;
}
</style>
background-color css
<style>
a { background-color: #D5C552; }
a { background-color: rgb(213,197,82); }
div.DivClassName
{
background-color: #D5C552;
}
.BgClassName
{
background-color: #D5C552;
}
</style>
border-color css
<style>
span { border-color: #D5C552; }
span { border-color: rgb(213,197,82); }
td.TdClassName
{
border-color: #D5C552;
}
.TagClassName
{
border-color: #D5C552;
}
</style>