Shades of Confetti #DACC4E
Tints of Confetti #DACC4E
RGB
CMYK
RGB Variations
Color information
#DACC4E (or 0xDACC4E) is known color: Confetti. HEX triplet: DA, CC and 4E. RGB value is (218,204,78). Sum of RGB (Red+Green+Blue) = 218+204+78=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 78 (30.86% from 255 or 15.6% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACC4E is #2533B1. Grayscale: #C2C2C2. Windows color (decimal): -2438066 or 5164250. OLE color: 5164250.
HSL color Cylindrical-coordinate representation of color #DACC4E: hue angle of 54º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DACC4E is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 204 | 78 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.15 |
| HSL | 54º | 0.65% | 0.58% | - |
| HSV(B) | 54º | 0.64% | 0.85% | - |
| XYZ | 51.88 | 58.64 | 15.79 | - |
| YUV | 193.82 | 62.64 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 78 | 0 | 0.06 | 0.64 | 0.15 | 54 | 0.65 | 0.58 |
| Hex | DA | CC | 4E | 0 | 6 | 40 | F | 36 | 41 | 3A |
| Octal | 332 | 314 | 116 | 0 | 6 | 100 | 17 | 66 | 101 | 72 |
| Binary | 11011010 | 11001100 | 1001110 | 0 | 110 | 1000000 | 1111 | 110110 | 1000001 | 111010 |
Color Harmonies of #DACC4E
Complementary color
Monochromatic Colors of #DACC4E
Black with #DACC4E
Text Example
Text Example
White with #DACC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACC4E; }
p { color: rgb(218,204,78); }
H1.HeaderClassName
{
color: #DACC4E;
}
.AnyTagClassName
{
color: #DACC4E;
}
</style>
background-color css
<style>
a { background-color: #DACC4E; }
a { background-color: rgb(218,204,78); }
div.DivClassName
{
background-color: #DACC4E;
}
.BgClassName
{
background-color: #DACC4E;
}
</style>
border-color css
<style>
span { border-color: #DACC4E; }
span { border-color: rgb(218,204,78); }
td.TdClassName
{
border-color: #DACC4E;
}
.TagClassName
{
border-color: #DACC4E;
}
</style>