Shades of Confetti #DACA4E
Tints of Confetti #DACA4E
RGB
CMYK
RGB Variations
Color information
#DACA4E (or 0xDACA4E) is known color: Confetti. HEX triplet: DA, CA and 4E. RGB value is (218,202,78). Sum of RGB (Red+Green+Blue) = 218+202+78=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 78 (30.86% from 255 or 15.66% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACA4E is #2535B1. Grayscale: #C1C1C1. Windows color (decimal): -2438578 or 5163738. OLE color: 5163738.
HSL color Cylindrical-coordinate representation of color #DACA4E: hue angle of 53.14º 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 #DACA4E is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 202 | 78 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.15 |
| HSL | 53.14º | 0.65% | 0.58% | - |
| HSV(B) | 53.14º | 0.64% | 0.85% | - |
| XYZ | 51.41 | 57.7 | 15.63 | - |
| YUV | 192.65 | 63.3 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 78 | 0 | 0.07 | 0.64 | 0.15 | 53.14 | 0.65 | 0.58 |
| Hex | DA | CA | 4E | 0 | 7 | 40 | F | 35 | 41 | 3A |
| Octal | 332 | 312 | 116 | 0 | 7 | 100 | 17 | 65 | 101 | 72 |
| Binary | 11011010 | 11001010 | 1001110 | 0 | 111 | 1000000 | 1111 | 110101 | 1000001 | 111010 |
Color Harmonies of #DACA4E
Complementary color
Monochromatic Colors of #DACA4E
Black with #DACA4E
Text Example
Text Example
White with #DACA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACA4E; }
p { color: rgb(218,202,78); }
H1.HeaderClassName
{
color: #DACA4E;
}
.AnyTagClassName
{
color: #DACA4E;
}
</style>
background-color css
<style>
a { background-color: #DACA4E; }
a { background-color: rgb(218,202,78); }
div.DivClassName
{
background-color: #DACA4E;
}
.BgClassName
{
background-color: #DACA4E;
}
</style>
border-color css
<style>
span { border-color: #DACA4E; }
span { border-color: rgb(218,202,78); }
td.TdClassName
{
border-color: #DACA4E;
}
.TagClassName
{
border-color: #DACA4E;
}
</style>