Shades of Confetti #D8CD55
Tints of Confetti #D8CD55
RGB
CMYK
RGB Variations
Color information
#D8CD55 (or 0xD8CD55) is known color: Confetti. HEX triplet: D8, CD and 55. RGB value is (216,205,85). Sum of RGB (Red+Green+Blue) = 216+205+85=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 85 (33.59% from 255 or 16.80% from 506); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CD55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CD55 is #2732AA. Grayscale: #C3C3C3. Windows color (decimal): -2568875 or 5623256. OLE color: 5623256.
HSL color Cylindrical-coordinate representation of color #D8CD55: hue angle of 54.96º 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 #D8CD55 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 205 | 85 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.15 |
| HSL | 54.96º | 0.63% | 0.59% | - |
| HSV(B) | 54.96º | 0.61% | 0.85% | - |
| XYZ | 51.79 | 58.92 | 17.24 | - |
| YUV | 194.61 | 66.14 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 205 | 85 | 0 | 0.05 | 0.61 | 0.15 | 54.96 | 0.63 | 0.59 |
| Hex | D8 | CD | 55 | 0 | 5 | 3D | F | 37 | 3F | 3B |
| Octal | 330 | 315 | 125 | 0 | 5 | 75 | 17 | 67 | 77 | 73 |
| Binary | 11011000 | 11001101 | 1010101 | 0 | 101 | 111101 | 1111 | 110111 | 111111 | 111011 |
Color Harmonies of #D8CD55
Complementary color
Monochromatic Colors of #D8CD55
Black with #D8CD55
Text Example
Text Example
White with #D8CD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CD55; }
p { color: rgb(216,205,85); }
H1.HeaderClassName
{
color: #D8CD55;
}
.AnyTagClassName
{
color: #D8CD55;
}
</style>
background-color css
<style>
a { background-color: #D8CD55; }
a { background-color: rgb(216,205,85); }
div.DivClassName
{
background-color: #D8CD55;
}
.BgClassName
{
background-color: #D8CD55;
}
</style>
border-color css
<style>
span { border-color: #D8CD55; }
span { border-color: rgb(216,205,85); }
td.TdClassName
{
border-color: #D8CD55;
}
.TagClassName
{
border-color: #D8CD55;
}
</style>