Shades of Confetti #D8C64F
Tints of Confetti #D8C64F
RGB
CMYK
RGB Variations
Color information
#D8C64F (or 0xD8C64F) is known color: Confetti. HEX triplet: D8, C6 and 4F. RGB value is (216,198,79). Sum of RGB (Red+Green+Blue) = 216+198+79=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 79 (31.25% from 255 or 16.02% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C64F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C64F is #2739B0. Grayscale: #BEBEBE. Windows color (decimal): -2570673 or 5228248. OLE color: 5228248.
HSL color Cylindrical-coordinate representation of color #D8C64F: hue angle of 52.12º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D8C64F is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 198 | 79 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.15 |
| HSL | 52.12º | 0.64% | 0.58% | - |
| HSV(B) | 52.12º | 0.63% | 0.85% | - |
| XYZ | 49.92 | 55.55 | 15.49 | - |
| YUV | 189.82 | 65.46 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 198 | 79 | 0 | 0.08 | 0.63 | 0.15 | 52.12 | 0.64 | 0.58 |
| Hex | D8 | C6 | 4F | 0 | 8 | 3F | F | 34 | 40 | 3A |
| Octal | 330 | 306 | 117 | 0 | 10 | 77 | 17 | 64 | 100 | 72 |
| Binary | 11011000 | 11000110 | 1001111 | 0 | 1000 | 111111 | 1111 | 110100 | 1000000 | 111010 |
Color Harmonies of #D8C64F
Complementary color
Monochromatic Colors of #D8C64F
Black with #D8C64F
Text Example
Text Example
White with #D8C64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C64F; }
p { color: rgb(216,198,79); }
H1.HeaderClassName
{
color: #D8C64F;
}
.AnyTagClassName
{
color: #D8C64F;
}
</style>
background-color css
<style>
a { background-color: #D8C64F; }
a { background-color: rgb(216,198,79); }
div.DivClassName
{
background-color: #D8C64F;
}
.BgClassName
{
background-color: #D8C64F;
}
</style>
border-color css
<style>
span { border-color: #D8C64F; }
span { border-color: rgb(216,198,79); }
td.TdClassName
{
border-color: #D8C64F;
}
.TagClassName
{
border-color: #D8C64F;
}
</style>