Shades of Confetti #D8CC45
Tints of Confetti #D8CC45
RGB
CMYK
RGB Variations
Color information
#D8CC45 (or 0xD8CC45) is known color: Confetti. HEX triplet: D8, CC and 45. RGB value is (216,204,69). Sum of RGB (Red+Green+Blue) = 216+204+69=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 69 (27.34% from 255 or 14.11% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CC45 is #2733BA. Grayscale: #C0C0C0. Windows color (decimal): -2569147 or 4574424. OLE color: 4574424.
HSL color Cylindrical-coordinate representation of color #D8CC45: hue angle of 55.1º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D8CC45 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 204 | 69 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.15 |
| HSL | 55.1º | 0.65% | 0.56% | - |
| HSV(B) | 55.1º | 0.68% | 0.85% | - |
| XYZ | 50.99 | 58.21 | 14.18 | - |
| YUV | 192.2 | 58.48 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 204 | 69 | 0 | 0.06 | 0.68 | 0.15 | 55.1 | 0.65 | 0.56 |
| Hex | D8 | CC | 45 | 0 | 6 | 44 | F | 37 | 41 | 38 |
| Octal | 330 | 314 | 105 | 0 | 6 | 104 | 17 | 67 | 101 | 70 |
| Binary | 11011000 | 11001100 | 1000101 | 0 | 110 | 1000100 | 1111 | 110111 | 1000001 | 111000 |
Color Harmonies of #D8CC45
Complementary color
Monochromatic Colors of #D8CC45
Black with #D8CC45
Text Example
Text Example
White with #D8CC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CC45; }
p { color: rgb(216,204,69); }
H1.HeaderClassName
{
color: #D8CC45;
}
.AnyTagClassName
{
color: #D8CC45;
}
</style>
background-color css
<style>
a { background-color: #D8CC45; }
a { background-color: rgb(216,204,69); }
div.DivClassName
{
background-color: #D8CC45;
}
.BgClassName
{
background-color: #D8CC45;
}
</style>
border-color css
<style>
span { border-color: #D8CC45; }
span { border-color: rgb(216,204,69); }
td.TdClassName
{
border-color: #D8CC45;
}
.TagClassName
{
border-color: #D8CC45;
}
</style>