Shades of Confetti #D8CC47
Tints of Confetti #D8CC47
RGB
CMYK
RGB Variations
Color information
#D8CC47 (or 0xD8CC47) is known color: Confetti. HEX triplet: D8, CC and 47. RGB value is (216,204,71). Sum of RGB (Red+Green+Blue) = 216+204+71=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 71 (28.12% from 255 or 14.46% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CC47 is #2733B8. Grayscale: #C0C0C0. Windows color (decimal): -2569145 or 4705496. OLE color: 4705496.
HSL color Cylindrical-coordinate representation of color #D8CC47: hue angle of 55.03º 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 #D8CC47 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 204 | 71 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.15 |
| HSL | 55.03º | 0.65% | 0.56% | - |
| HSV(B) | 55.03º | 0.67% | 0.85% | - |
| XYZ | 51.05 | 58.24 | 14.51 | - |
| YUV | 192.43 | 59.48 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 204 | 71 | 0 | 0.06 | 0.67 | 0.15 | 55.03 | 0.65 | 0.56 |
| Hex | D8 | CC | 47 | 0 | 6 | 43 | F | 37 | 41 | 38 |
| Octal | 330 | 314 | 107 | 0 | 6 | 103 | 17 | 67 | 101 | 70 |
| Binary | 11011000 | 11001100 | 1000111 | 0 | 110 | 1000011 | 1111 | 110111 | 1000001 | 111000 |
Color Harmonies of #D8CC47
Complementary color
Monochromatic Colors of #D8CC47
Black with #D8CC47
Text Example
Text Example
White with #D8CC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CC47; }
p { color: rgb(216,204,71); }
H1.HeaderClassName
{
color: #D8CC47;
}
.AnyTagClassName
{
color: #D8CC47;
}
</style>
background-color css
<style>
a { background-color: #D8CC47; }
a { background-color: rgb(216,204,71); }
div.DivClassName
{
background-color: #D8CC47;
}
.BgClassName
{
background-color: #D8CC47;
}
</style>
border-color css
<style>
span { border-color: #D8CC47; }
span { border-color: rgb(216,204,71); }
td.TdClassName
{
border-color: #D8CC47;
}
.TagClassName
{
border-color: #D8CC47;
}
</style>