Shades of Confetti #DACA4A
Tints of Confetti #DACA4A
RGB
CMYK
RGB Variations
Color information
#DACA4A (or 0xDACA4A) is known color: Confetti. HEX triplet: DA, CA and 4A. RGB value is (218,202,74). Sum of RGB (Red+Green+Blue) = 218+202+74=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 74 (29.30% from 255 or 14.98% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACA4A is #2535B5. Grayscale: #C0C0C0. Windows color (decimal): -2438582 or 4901594. OLE color: 4901594.
HSL color Cylindrical-coordinate representation of color #DACA4A: hue angle of 53.33º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DACA4A is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 202 | 74 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.15 |
| HSL | 53.33º | 0.66% | 0.57% | - |
| HSV(B) | 53.33º | 0.66% | 0.85% | - |
| XYZ | 51.27 | 57.64 | 14.9 | - |
| YUV | 192.19 | 61.3 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 74 | 0 | 0.07 | 0.66 | 0.15 | 53.33 | 0.66 | 0.57 |
| Hex | DA | CA | 4A | 0 | 7 | 42 | F | 35 | 42 | 39 |
| Octal | 332 | 312 | 112 | 0 | 7 | 102 | 17 | 65 | 102 | 71 |
| Binary | 11011010 | 11001010 | 1001010 | 0 | 111 | 1000010 | 1111 | 110101 | 1000010 | 111001 |
Color Harmonies of #DACA4A
Complementary color
Monochromatic Colors of #DACA4A
Black with #DACA4A
Text Example
Text Example
White with #DACA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACA4A; }
p { color: rgb(218,202,74); }
H1.HeaderClassName
{
color: #DACA4A;
}
.AnyTagClassName
{
color: #DACA4A;
}
</style>
background-color css
<style>
a { background-color: #DACA4A; }
a { background-color: rgb(218,202,74); }
div.DivClassName
{
background-color: #DACA4A;
}
.BgClassName
{
background-color: #DACA4A;
}
</style>
border-color css
<style>
span { border-color: #DACA4A; }
span { border-color: rgb(218,202,74); }
td.TdClassName
{
border-color: #DACA4A;
}
.TagClassName
{
border-color: #DACA4A;
}
</style>