Shades of Confetti #D8D044
Tints of Confetti #D8D044
RGB
CMYK
RGB Variations
Color information
#D8D044 (or 0xD8D044) is known color: Confetti. HEX triplet: D8, D0 and 44. RGB value is (216,208,68). Sum of RGB (Red+Green+Blue) = 216+208+68=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 68 (26.95% from 255 or 13.82% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D044 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D044 is #272FBB. Grayscale: #C2C2C2. Windows color (decimal): -2568124 or 4509912. OLE color: 4509912.
HSL color Cylindrical-coordinate representation of color #D8D044: hue angle of 56.76º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D8D044 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 208 | 68 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.15 |
| HSL | 56.76º | 0.65% | 0.56% | - |
| HSV(B) | 56.76º | 0.69% | 0.85% | - |
| XYZ | 51.92 | 60.13 | 14.34 | - |
| YUV | 194.43 | 56.65 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 208 | 68 | 0 | 0.04 | 0.69 | 0.15 | 56.76 | 0.65 | 0.56 |
| Hex | D8 | D0 | 44 | 0 | 4 | 45 | F | 39 | 41 | 38 |
| Octal | 330 | 320 | 104 | 0 | 4 | 105 | 17 | 71 | 101 | 70 |
| Binary | 11011000 | 11010000 | 1000100 | 0 | 100 | 1000101 | 1111 | 111001 | 1000001 | 111000 |
Color Harmonies of #D8D044
Complementary color
Monochromatic Colors of #D8D044
Black with #D8D044
Text Example
Text Example
White with #D8D044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D044; }
p { color: rgb(216,208,68); }
H1.HeaderClassName
{
color: #D8D044;
}
.AnyTagClassName
{
color: #D8D044;
}
</style>
background-color css
<style>
a { background-color: #D8D044; }
a { background-color: rgb(216,208,68); }
div.DivClassName
{
background-color: #D8D044;
}
.BgClassName
{
background-color: #D8D044;
}
</style>
border-color css
<style>
span { border-color: #D8D044; }
span { border-color: rgb(216,208,68); }
td.TdClassName
{
border-color: #D8D044;
}
.TagClassName
{
border-color: #D8D044;
}
</style>