Shades of Confetti #DACC4F
Tints of Confetti #DACC4F
RGB
CMYK
RGB Variations
Color information
#DACC4F (or 0xDACC4F) is known color: Confetti. HEX triplet: DA, CC and 4F. RGB value is (218,204,79). Sum of RGB (Red+Green+Blue) = 218+204+79=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 79 (31.25% from 255 or 15.77% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACC4F is #2533B0. Grayscale: #C2C2C2. Windows color (decimal): -2438065 or 5229786. OLE color: 5229786.
HSL color Cylindrical-coordinate representation of color #DACC4F: hue angle of 53.96º 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 #DACC4F is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 204 | 79 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.15 |
| HSL | 53.96º | 0.65% | 0.58% | - |
| HSV(B) | 53.96º | 0.64% | 0.85% | - |
| XYZ | 51.92 | 58.66 | 15.98 | - |
| YUV | 193.94 | 63.14 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 79 | 0 | 0.06 | 0.64 | 0.15 | 53.96 | 0.65 | 0.58 |
| Hex | DA | CC | 4F | 0 | 6 | 40 | F | 36 | 41 | 3A |
| Octal | 332 | 314 | 117 | 0 | 6 | 100 | 17 | 66 | 101 | 72 |
| Binary | 11011010 | 11001100 | 1001111 | 0 | 110 | 1000000 | 1111 | 110110 | 1000001 | 111010 |
Color Harmonies of #DACC4F
Complementary color
Monochromatic Colors of #DACC4F
Black with #DACC4F
Text Example
Text Example
White with #DACC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACC4F; }
p { color: rgb(218,204,79); }
H1.HeaderClassName
{
color: #DACC4F;
}
.AnyTagClassName
{
color: #DACC4F;
}
</style>
background-color css
<style>
a { background-color: #DACC4F; }
a { background-color: rgb(218,204,79); }
div.DivClassName
{
background-color: #DACC4F;
}
.BgClassName
{
background-color: #DACC4F;
}
</style>
border-color css
<style>
span { border-color: #DACC4F; }
span { border-color: rgb(218,204,79); }
td.TdClassName
{
border-color: #DACC4F;
}
.TagClassName
{
border-color: #DACC4F;
}
</style>