Shades of Confetti #D5C957
Tints of Confetti #D5C957
RGB
CMYK
RGB Variations
Color information
#D5C957 (or 0xD5C957) is known color: Confetti. HEX triplet: D5, C9 and 57. RGB value is (213,201,87). Sum of RGB (Red+Green+Blue) = 213+201+87=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 87 (34.38% from 255 or 17.37% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C957 is #2A36A8. Grayscale: #C0C0C0. Windows color (decimal): -2766505 or 5753301. OLE color: 5753301.
HSL color Cylindrical-coordinate representation of color #D5C957: hue angle of 54.29º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D5C957 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 201 | 87 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.16 |
| HSL | 54.29º | 0.6% | 0.59% | - |
| HSV(B) | 54.29º | 0.59% | 0.84% | - |
| XYZ | 50.05 | 56.61 | 17.31 | - |
| YUV | 191.59 | 68.98 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 201 | 87 | 0 | 0.06 | 0.59 | 0.16 | 54.29 | 0.6 | 0.59 |
| Hex | D5 | C9 | 57 | 0 | 6 | 3B | 10 | 36 | 3C | 3B |
| Octal | 325 | 311 | 127 | 0 | 6 | 73 | 20 | 66 | 74 | 73 |
| Binary | 11010101 | 11001001 | 1010111 | 0 | 110 | 111011 | 10000 | 110110 | 111100 | 111011 |
Color Harmonies of #D5C957
Complementary color
Monochromatic Colors of #D5C957
Black with #D5C957
Text Example
Text Example
White with #D5C957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C957; }
p { color: rgb(213,201,87); }
H1.HeaderClassName
{
color: #D5C957;
}
.AnyTagClassName
{
color: #D5C957;
}
</style>
background-color css
<style>
a { background-color: #D5C957; }
a { background-color: rgb(213,201,87); }
div.DivClassName
{
background-color: #D5C957;
}
.BgClassName
{
background-color: #D5C957;
}
</style>
border-color css
<style>
span { border-color: #D5C957; }
span { border-color: rgb(213,201,87); }
td.TdClassName
{
border-color: #D5C957;
}
.TagClassName
{
border-color: #D5C957;
}
</style>