Shades of Confetti #D8CC54
Tints of Confetti #D8CC54
RGB
CMYK
RGB Variations
Color information
#D8CC54 (or 0xD8CC54) is known color: Confetti. HEX triplet: D8, CC and 54. RGB value is (216,204,84). Sum of RGB (Red+Green+Blue) = 216+204+84=504 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.86% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 84 (33.20% from 255 or 16.67% from 504); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CC54 is #2733AB. Grayscale: #C2C2C2. Windows color (decimal): -2569132 or 5557464. OLE color: 5557464.
HSL color Cylindrical-coordinate representation of color #D8CC54: hue angle of 54.55º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D8CC54 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 204 | 84 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.15 |
| HSL | 54.55º | 0.63% | 0.59% | - |
| HSV(B) | 54.55º | 0.61% | 0.85% | - |
| XYZ | 51.51 | 58.42 | 16.95 | - |
| YUV | 193.91 | 65.98 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 204 | 84 | 0 | 0.06 | 0.61 | 0.15 | 54.55 | 0.63 | 0.59 |
| Hex | D8 | CC | 54 | 0 | 6 | 3D | F | 37 | 3F | 3B |
| Octal | 330 | 314 | 124 | 0 | 6 | 75 | 17 | 67 | 77 | 73 |
| Binary | 11011000 | 11001100 | 1010100 | 0 | 110 | 111101 | 1111 | 110111 | 111111 | 111011 |
Color Harmonies of #D8CC54
Complementary color
Monochromatic Colors of #D8CC54
Black with #D8CC54
Text Example
Text Example
White with #D8CC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CC54; }
p { color: rgb(216,204,84); }
H1.HeaderClassName
{
color: #D8CC54;
}
.AnyTagClassName
{
color: #D8CC54;
}
</style>
background-color css
<style>
a { background-color: #D8CC54; }
a { background-color: rgb(216,204,84); }
div.DivClassName
{
background-color: #D8CC54;
}
.BgClassName
{
background-color: #D8CC54;
}
</style>
border-color css
<style>
span { border-color: #D8CC54; }
span { border-color: rgb(216,204,84); }
td.TdClassName
{
border-color: #D8CC54;
}
.TagClassName
{
border-color: #D8CC54;
}
</style>