Shades of Confetti #DACC55
Tints of Confetti #DACC55
RGB
CMYK
RGB Variations
Color information
#DACC55 (or 0xDACC55) is known color: Confetti. HEX triplet: DA, CC and 55. RGB value is (218,204,85). Sum of RGB (Red+Green+Blue) = 218+204+85=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 85 (33.59% from 255 or 16.77% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACC55 is #2533AA. Grayscale: #C3C3C3. Windows color (decimal): -2438059 or 5623002. OLE color: 5623002.
HSL color Cylindrical-coordinate representation of color #DACC55: hue angle of 53.68º 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 #DACC55 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 204 | 85 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.15 |
| HSL | 53.68º | 0.64% | 0.59% | - |
| HSV(B) | 53.68º | 0.61% | 0.85% | - |
| XYZ | 52.15 | 58.75 | 17.19 | - |
| YUV | 194.62 | 66.14 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 85 | 0 | 0.06 | 0.61 | 0.15 | 53.68 | 0.64 | 0.59 |
| Hex | DA | CC | 55 | 0 | 6 | 3D | F | 36 | 40 | 3B |
| Octal | 332 | 314 | 125 | 0 | 6 | 75 | 17 | 66 | 100 | 73 |
| Binary | 11011010 | 11001100 | 1010101 | 0 | 110 | 111101 | 1111 | 110110 | 1000000 | 111011 |
Color Harmonies of #DACC55
Complementary color
Monochromatic Colors of #DACC55
Black with #DACC55
Text Example
Text Example
White with #DACC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACC55; }
p { color: rgb(218,204,85); }
H1.HeaderClassName
{
color: #DACC55;
}
.AnyTagClassName
{
color: #DACC55;
}
</style>
background-color css
<style>
a { background-color: #DACC55; }
a { background-color: rgb(218,204,85); }
div.DivClassName
{
background-color: #DACC55;
}
.BgClassName
{
background-color: #DACC55;
}
</style>
border-color css
<style>
span { border-color: #DACC55; }
span { border-color: rgb(218,204,85); }
td.TdClassName
{
border-color: #DACC55;
}
.TagClassName
{
border-color: #DACC55;
}
</style>