Shades of Confetti #D8CD53
Tints of Confetti #D8CD53
RGB
CMYK
RGB Variations
Color information
#D8CD53 (or 0xD8CD53) is known color: Confetti. HEX triplet: D8, CD and 53. RGB value is (216,205,83). Sum of RGB (Red+Green+Blue) = 216+205+83=504 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.86% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 83 (32.81% from 255 or 16.47% from 504); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CD53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CD53 is #2732AC. Grayscale: #C2C2C2. Windows color (decimal): -2568877 or 5492184. OLE color: 5492184.
HSL color Cylindrical-coordinate representation of color #D8CD53: hue angle of 55.04º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D8CD53 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 205 | 83 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.15 |
| HSL | 55.04º | 0.63% | 0.59% | - |
| HSV(B) | 55.04º | 0.62% | 0.85% | - |
| XYZ | 51.71 | 58.89 | 16.82 | - |
| YUV | 194.38 | 65.14 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 205 | 83 | 0 | 0.05 | 0.62 | 0.15 | 55.04 | 0.63 | 0.59 |
| Hex | D8 | CD | 53 | 0 | 5 | 3E | F | 37 | 3F | 3B |
| Octal | 330 | 315 | 123 | 0 | 5 | 76 | 17 | 67 | 77 | 73 |
| Binary | 11011000 | 11001101 | 1010011 | 0 | 101 | 111110 | 1111 | 110111 | 111111 | 111011 |
Color Harmonies of #D8CD53
Complementary color
Monochromatic Colors of #D8CD53
Black with #D8CD53
Text Example
Text Example
White with #D8CD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CD53; }
p { color: rgb(216,205,83); }
H1.HeaderClassName
{
color: #D8CD53;
}
.AnyTagClassName
{
color: #D8CD53;
}
</style>
background-color css
<style>
a { background-color: #D8CD53; }
a { background-color: rgb(216,205,83); }
div.DivClassName
{
background-color: #D8CD53;
}
.BgClassName
{
background-color: #D8CD53;
}
</style>
border-color css
<style>
span { border-color: #D8CD53; }
span { border-color: rgb(216,205,83); }
td.TdClassName
{
border-color: #D8CD53;
}
.TagClassName
{
border-color: #D8CD53;
}
</style>