Shades of Confetti #D8D148
Tints of Confetti #D8D148
RGB
CMYK
RGB Variations
Color information
#D8D148 (or 0xD8D148) is known color: Confetti. HEX triplet: D8, D1 and 48. RGB value is (216,209,72). Sum of RGB (Red+Green+Blue) = 216+209+72=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 209 (82.03% from 255 or 42.05% from 497); Blue value is 72 (28.52% from 255 or 14.49% from 497); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D148 is #272EB7. Grayscale: #C4C4C4. Windows color (decimal): -2567864 or 4772312. OLE color: 4772312.
HSL color Cylindrical-coordinate representation of color #D8D148: hue angle of 57.08º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D8D148 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 209 | 72 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.15 |
| HSL | 57.08º | 0.65% | 0.56% | - |
| HSV(B) | 57.08º | 0.67% | 0.85% | - |
| XYZ | 52.29 | 60.67 | 15.09 | - |
| YUV | 195.48 | 58.32 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 209 | 72 | 0 | 0.03 | 0.67 | 0.15 | 57.08 | 0.65 | 0.56 |
| Hex | D8 | D1 | 48 | 0 | 3 | 43 | F | 39 | 41 | 38 |
| Octal | 330 | 321 | 110 | 0 | 3 | 103 | 17 | 71 | 101 | 70 |
| Binary | 11011000 | 11010001 | 1001000 | 0 | 11 | 1000011 | 1111 | 111001 | 1000001 | 111000 |
Color Harmonies of #D8D148
Complementary color
Monochromatic Colors of #D8D148
Black with #D8D148
Text Example
Text Example
White with #D8D148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D148; }
p { color: rgb(216,209,72); }
H1.HeaderClassName
{
color: #D8D148;
}
.AnyTagClassName
{
color: #D8D148;
}
</style>
background-color css
<style>
a { background-color: #D8D148; }
a { background-color: rgb(216,209,72); }
div.DivClassName
{
background-color: #D8D148;
}
.BgClassName
{
background-color: #D8D148;
}
</style>
border-color css
<style>
span { border-color: #D8D148; }
span { border-color: rgb(216,209,72); }
td.TdClassName
{
border-color: #D8D148;
}
.TagClassName
{
border-color: #D8D148;
}
</style>