Shades of Confetti #DACC50
Tints of Confetti #DACC50
RGB
CMYK
RGB Variations
Color information
#DACC50 (or 0xDACC50) is known color: Confetti. HEX triplet: DA, CC and 50. RGB value is (218,204,80). Sum of RGB (Red+Green+Blue) = 218+204+80=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 80 (31.64% from 255 or 15.94% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACC50 is #2533AF. Grayscale: #C2C2C2. Windows color (decimal): -2438064 or 5295322. OLE color: 5295322.
HSL color Cylindrical-coordinate representation of color #DACC50: hue angle of 53.91º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DACC50 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 204 | 80 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.15 |
| HSL | 53.91º | 0.65% | 0.58% | - |
| HSV(B) | 53.91º | 0.63% | 0.85% | - |
| XYZ | 51.95 | 58.67 | 16.18 | - |
| YUV | 194.05 | 63.64 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 80 | 0 | 0.06 | 0.63 | 0.15 | 53.91 | 0.65 | 0.58 |
| Hex | DA | CC | 50 | 0 | 6 | 3F | F | 36 | 41 | 3A |
| Octal | 332 | 314 | 120 | 0 | 6 | 77 | 17 | 66 | 101 | 72 |
| Binary | 11011010 | 11001100 | 1010000 | 0 | 110 | 111111 | 1111 | 110110 | 1000001 | 111010 |
Color Harmonies of #DACC50
Complementary color
Monochromatic Colors of #DACC50
Black with #DACC50
Text Example
Text Example
White with #DACC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACC50; }
p { color: rgb(218,204,80); }
H1.HeaderClassName
{
color: #DACC50;
}
.AnyTagClassName
{
color: #DACC50;
}
</style>
background-color css
<style>
a { background-color: #DACC50; }
a { background-color: rgb(218,204,80); }
div.DivClassName
{
background-color: #DACC50;
}
.BgClassName
{
background-color: #DACC50;
}
</style>
border-color css
<style>
span { border-color: #DACC50; }
span { border-color: rgb(218,204,80); }
td.TdClassName
{
border-color: #DACC50;
}
.TagClassName
{
border-color: #DACC50;
}
</style>