Shades of Confetti #DACD55
Tints of Confetti #DACD55
RGB
CMYK
RGB Variations
Color information
#DACD55 (or 0xDACD55) is known color: Confetti. HEX triplet: DA, CD and 55. RGB value is (218,205,85). Sum of RGB (Red+Green+Blue) = 218+205+85=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 85 (33.59% from 255 or 16.73% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DACD55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACD55 is #2532AA. Grayscale: #C3C3C3. Windows color (decimal): -2437803 or 5623258. OLE color: 5623258.
HSL color Cylindrical-coordinate representation of color #DACD55: hue angle of 54.14º degrees, saturation: 0.64, 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 #DACD55 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 205 | 85 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.15 |
| HSL | 54.14º | 0.64% | 0.59% | - |
| HSV(B) | 54.14º | 0.61% | 0.85% | - |
| XYZ | 52.38 | 59.22 | 17.26 | - |
| YUV | 195.21 | 65.81 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 205 | 85 | 0 | 0.06 | 0.61 | 0.15 | 54.14 | 0.64 | 0.59 |
| Hex | DA | CD | 55 | 0 | 6 | 3D | F | 36 | 40 | 3B |
| Octal | 332 | 315 | 125 | 0 | 6 | 75 | 17 | 66 | 100 | 73 |
| Binary | 11011010 | 11001101 | 1010101 | 0 | 110 | 111101 | 1111 | 110110 | 1000000 | 111011 |
Color Harmonies of #DACD55
Complementary color
Monochromatic Colors of #DACD55
Black with #DACD55
Text Example
Text Example
White with #DACD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACD55; }
p { color: rgb(218,205,85); }
H1.HeaderClassName
{
color: #DACD55;
}
.AnyTagClassName
{
color: #DACD55;
}
</style>
background-color css
<style>
a { background-color: #DACD55; }
a { background-color: rgb(218,205,85); }
div.DivClassName
{
background-color: #DACD55;
}
.BgClassName
{
background-color: #DACD55;
}
</style>
border-color css
<style>
span { border-color: #DACD55; }
span { border-color: rgb(218,205,85); }
td.TdClassName
{
border-color: #DACD55;
}
.TagClassName
{
border-color: #DACD55;
}
</style>