Shades of Confetti #D0CD55
Tints of Confetti #D0CD55
RGB
CMYK
RGB Variations
Color information
#D0CD55 (or 0xD0CD55) is known color: Confetti. HEX triplet: D0, CD and 55. RGB value is (208,205,85). Sum of RGB (Red+Green+Blue) = 208+205+85=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 85 (33.59% from 255 or 17.07% from 498); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CD55 is #2F32AA. Grayscale: #C0C0C0. Windows color (decimal): -3093163 or 5623248. OLE color: 5623248.
HSL color Cylindrical-coordinate representation of color #D0CD55: hue angle of 58.54º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D0CD55 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 205 | 85 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.18 |
| HSL | 58.54º | 0.57% | 0.57% | - |
| HSV(B) | 58.54º | 0.59% | 0.82% | - |
| XYZ | 49.48 | 57.73 | 17.13 | - |
| YUV | 192.22 | 67.49 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 205 | 85 | 0 | 0.01 | 0.59 | 0.18 | 58.54 | 0.57 | 0.57 |
| Hex | D0 | CD | 55 | 0 | 1 | 3B | 12 | 3B | 39 | 39 |
| Octal | 320 | 315 | 125 | 0 | 1 | 73 | 22 | 73 | 71 | 71 |
| Binary | 11010000 | 11001101 | 1010101 | 0 | 1 | 111011 | 10010 | 111011 | 111001 | 111001 |
Color Harmonies of #D0CD55
Complementary color
Monochromatic Colors of #D0CD55
Black with #D0CD55
Text Example
Text Example
White with #D0CD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CD55; }
p { color: rgb(208,205,85); }
H1.HeaderClassName
{
color: #D0CD55;
}
.AnyTagClassName
{
color: #D0CD55;
}
</style>
background-color css
<style>
a { background-color: #D0CD55; }
a { background-color: rgb(208,205,85); }
div.DivClassName
{
background-color: #D0CD55;
}
.BgClassName
{
background-color: #D0CD55;
}
</style>
border-color css
<style>
span { border-color: #D0CD55; }
span { border-color: rgb(208,205,85); }
td.TdClassName
{
border-color: #D0CD55;
}
.TagClassName
{
border-color: #D0CD55;
}
</style>