Shades of Confetti #D5C64D
Tints of Confetti #D5C64D
RGB
CMYK
RGB Variations
Color information
#D5C64D (or 0xD5C64D) is known color: Confetti. HEX triplet: D5, C6 and 4D. RGB value is (213,198,77). Sum of RGB (Red+Green+Blue) = 213+198+77=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 198 (77.73% from 255 or 40.57% from 488); Blue value is 77 (30.47% from 255 or 15.78% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C64D is #2A39B2. Grayscale: #BDBDBD. Windows color (decimal): -2767283 or 5097173. OLE color: 5097173.
HSL color Cylindrical-coordinate representation of color #D5C64D: hue angle of 53.38º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D5C64D is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 198 | 77 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.16 |
| HSL | 53.38º | 0.62% | 0.57% | - |
| HSV(B) | 53.38º | 0.64% | 0.84% | - |
| XYZ | 48.97 | 55.07 | 15.07 | - |
| YUV | 188.69 | 64.97 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 198 | 77 | 0 | 0.07 | 0.64 | 0.16 | 53.38 | 0.62 | 0.57 |
| Hex | D5 | C6 | 4D | 0 | 7 | 40 | 10 | 35 | 3E | 39 |
| Octal | 325 | 306 | 115 | 0 | 7 | 100 | 20 | 65 | 76 | 71 |
| Binary | 11010101 | 11000110 | 1001101 | 0 | 111 | 1000000 | 10000 | 110101 | 111110 | 111001 |
Color Harmonies of #D5C64D
Complementary color
Monochromatic Colors of #D5C64D
Black with #D5C64D
Text Example
Text Example
White with #D5C64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C64D; }
p { color: rgb(213,198,77); }
H1.HeaderClassName
{
color: #D5C64D;
}
.AnyTagClassName
{
color: #D5C64D;
}
</style>
background-color css
<style>
a { background-color: #D5C64D; }
a { background-color: rgb(213,198,77); }
div.DivClassName
{
background-color: #D5C64D;
}
.BgClassName
{
background-color: #D5C64D;
}
</style>
border-color css
<style>
span { border-color: #D5C64D; }
span { border-color: rgb(213,198,77); }
td.TdClassName
{
border-color: #D5C64D;
}
.TagClassName
{
border-color: #D5C64D;
}
</style>