Shades of Confetti #D8C04F
Tints of Confetti #D8C04F
RGB
CMYK
RGB Variations
Color information
#D8C04F (or 0xD8C04F) is known color: Confetti. HEX triplet: D8, C0 and 4F. RGB value is (216,192,79). Sum of RGB (Red+Green+Blue) = 216+192+79=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 79 (31.25% from 255 or 16.22% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C04F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C04F is #273FB0. Grayscale: #BABABA. Windows color (decimal): -2572209 or 5226712. OLE color: 5226712.
HSL color Cylindrical-coordinate representation of color #D8C04F: hue angle of 49.49º 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 #D8C04F is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 192 | 79 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.15 |
| HSL | 49.49º | 0.64% | 0.58% | - |
| HSV(B) | 49.49º | 0.63% | 0.85% | - |
| XYZ | 48.58 | 52.86 | 15.04 | - |
| YUV | 186.29 | 67.45 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 192 | 79 | 0 | 0.11 | 0.63 | 0.15 | 49.49 | 0.64 | 0.58 |
| Hex | D8 | C0 | 4F | 0 | B | 3F | F | 31 | 40 | 3A |
| Octal | 330 | 300 | 117 | 0 | 13 | 77 | 17 | 61 | 100 | 72 |
| Binary | 11011000 | 11000000 | 1001111 | 0 | 1011 | 111111 | 1111 | 110001 | 1000000 | 111010 |
Color Harmonies of #D8C04F
Complementary color
Monochromatic Colors of #D8C04F
Black with #D8C04F
Text Example
Text Example
White with #D8C04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C04F; }
p { color: rgb(216,192,79); }
H1.HeaderClassName
{
color: #D8C04F;
}
.AnyTagClassName
{
color: #D8C04F;
}
</style>
background-color css
<style>
a { background-color: #D8C04F; }
a { background-color: rgb(216,192,79); }
div.DivClassName
{
background-color: #D8C04F;
}
.BgClassName
{
background-color: #D8C04F;
}
</style>
border-color css
<style>
span { border-color: #D8C04F; }
span { border-color: rgb(216,192,79); }
td.TdClassName
{
border-color: #D8C04F;
}
.TagClassName
{
border-color: #D8C04F;
}
</style>