Shades of Confetti #D8D04F
Tints of Confetti #D8D04F
RGB
CMYK
RGB Variations
Color information
#D8D04F (or 0xD8D04F) is known color: Confetti. HEX triplet: D8, D0 and 4F. RGB value is (216,208,79). Sum of RGB (Red+Green+Blue) = 216+208+79=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 79 (31.25% from 255 or 15.71% from 503); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D04F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D04F is #272FB0. Grayscale: #C4C4C4. Windows color (decimal): -2568113 or 5230808. OLE color: 5230808.
HSL color Cylindrical-coordinate representation of color #D8D04F: hue angle of 56.5º 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 #D8D04F is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 208 | 79 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.15 |
| HSL | 56.5º | 0.64% | 0.58% | - |
| HSV(B) | 56.5º | 0.63% | 0.85% | - |
| XYZ | 52.29 | 60.28 | 16.28 | - |
| YUV | 195.69 | 62.15 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 208 | 79 | 0 | 0.04 | 0.63 | 0.15 | 56.5 | 0.64 | 0.58 |
| Hex | D8 | D0 | 4F | 0 | 4 | 3F | F | 38 | 40 | 3A |
| Octal | 330 | 320 | 117 | 0 | 4 | 77 | 17 | 70 | 100 | 72 |
| Binary | 11011000 | 11010000 | 1001111 | 0 | 100 | 111111 | 1111 | 111000 | 1000000 | 111010 |
Color Harmonies of #D8D04F
Complementary color
Monochromatic Colors of #D8D04F
Black with #D8D04F
Text Example
Text Example
White with #D8D04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D04F; }
p { color: rgb(216,208,79); }
H1.HeaderClassName
{
color: #D8D04F;
}
.AnyTagClassName
{
color: #D8D04F;
}
</style>
background-color css
<style>
a { background-color: #D8D04F; }
a { background-color: rgb(216,208,79); }
div.DivClassName
{
background-color: #D8D04F;
}
.BgClassName
{
background-color: #D8D04F;
}
</style>
border-color css
<style>
span { border-color: #D8D04F; }
span { border-color: rgb(216,208,79); }
td.TdClassName
{
border-color: #D8D04F;
}
.TagClassName
{
border-color: #D8D04F;
}
</style>