Shades of Confetti #D5C049
Tints of Confetti #D5C049
RGB
CMYK
RGB Variations
Color information
#D5C049 (or 0xD5C049) is known color: Confetti. HEX triplet: D5, C0 and 49. RGB value is (213,192,73). Sum of RGB (Red+Green+Blue) = 213+192+73=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 73 (28.91% from 255 or 15.27% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C049 is #2A3FB6. Grayscale: #B9B9B9. Windows color (decimal): -2768823 or 4833493. OLE color: 4833493.
HSL color Cylindrical-coordinate representation of color #D5C049: hue angle of 51º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D5C049 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 192 | 73 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.16 |
| HSL | 51º | 0.63% | 0.56% | - |
| HSV(B) | 51º | 0.66% | 0.84% | - |
| XYZ | 47.49 | 52.33 | 13.9 | - |
| YUV | 184.71 | 64.96 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 192 | 73 | 0 | 0.10 | 0.66 | 0.16 | 51 | 0.63 | 0.56 |
| Hex | D5 | C0 | 49 | 0 | A | 42 | 10 | 33 | 3E | 38 |
| Octal | 325 | 300 | 111 | 0 | 12 | 102 | 20 | 63 | 76 | 70 |
| Binary | 11010101 | 11000000 | 1001001 | 0 | 1010 | 1000010 | 10000 | 110011 | 111110 | 111000 |
Color Harmonies of #D5C049
Complementary color
Monochromatic Colors of #D5C049
Black with #D5C049
Text Example
Text Example
White with #D5C049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C049; }
p { color: rgb(213,192,73); }
H1.HeaderClassName
{
color: #D5C049;
}
.AnyTagClassName
{
color: #D5C049;
}
</style>
background-color css
<style>
a { background-color: #D5C049; }
a { background-color: rgb(213,192,73); }
div.DivClassName
{
background-color: #D5C049;
}
.BgClassName
{
background-color: #D5C049;
}
</style>
border-color css
<style>
span { border-color: #D5C049; }
span { border-color: rgb(213,192,73); }
td.TdClassName
{
border-color: #D5C049;
}
.TagClassName
{
border-color: #D5C049;
}
</style>