Shades of Confetti #DACA4D
Tints of Confetti #DACA4D
RGB
CMYK
RGB Variations
Color information
#DACA4D (or 0xDACA4D) is known color: Confetti. HEX triplet: DA, CA and 4D. RGB value is (218,202,77). Sum of RGB (Red+Green+Blue) = 218+202+77=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 77 (30.47% from 255 or 15.49% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACA4D is #2535B2. Grayscale: #C1C1C1. Windows color (decimal): -2438579 or 5098202. OLE color: 5098202.
HSL color Cylindrical-coordinate representation of color #DACA4D: hue angle of 53.19º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DACA4D is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 202 | 77 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.15 |
| HSL | 53.19º | 0.66% | 0.58% | - |
| HSV(B) | 53.19º | 0.65% | 0.85% | - |
| XYZ | 51.37 | 57.68 | 15.45 | - |
| YUV | 192.53 | 62.8 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 77 | 0 | 0.07 | 0.65 | 0.15 | 53.19 | 0.66 | 0.58 |
| Hex | DA | CA | 4D | 0 | 7 | 41 | F | 35 | 42 | 3A |
| Octal | 332 | 312 | 115 | 0 | 7 | 101 | 17 | 65 | 102 | 72 |
| Binary | 11011010 | 11001010 | 1001101 | 0 | 111 | 1000001 | 1111 | 110101 | 1000010 | 111010 |
Color Harmonies of #DACA4D
Complementary color
Monochromatic Colors of #DACA4D
Black with #DACA4D
Text Example
Text Example
White with #DACA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACA4D; }
p { color: rgb(218,202,77); }
H1.HeaderClassName
{
color: #DACA4D;
}
.AnyTagClassName
{
color: #DACA4D;
}
</style>
background-color css
<style>
a { background-color: #DACA4D; }
a { background-color: rgb(218,202,77); }
div.DivClassName
{
background-color: #DACA4D;
}
.BgClassName
{
background-color: #DACA4D;
}
</style>
border-color css
<style>
span { border-color: #DACA4D; }
span { border-color: rgb(218,202,77); }
td.TdClassName
{
border-color: #DACA4D;
}
.TagClassName
{
border-color: #DACA4D;
}
</style>