Shades of Confetti #DACA53
Tints of Confetti #DACA53
RGB
CMYK
RGB Variations
Color information
#DACA53 (or 0xDACA53) is known color: Confetti. HEX triplet: DA, CA and 53. RGB value is (218,202,83). Sum of RGB (Red+Green+Blue) = 218+202+83=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 83 (32.81% from 255 or 16.50% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACA53 is #2535AC. Grayscale: #C1C1C1. Windows color (decimal): -2438573 or 5491418. OLE color: 5491418.
HSL color Cylindrical-coordinate representation of color #DACA53: hue angle of 52.89º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DACA53 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 202 | 83 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.15 |
| HSL | 52.89º | 0.65% | 0.59% | - |
| HSV(B) | 52.89º | 0.62% | 0.85% | - |
| XYZ | 51.6 | 57.77 | 16.62 | - |
| YUV | 193.22 | 65.8 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 83 | 0 | 0.07 | 0.62 | 0.15 | 52.89 | 0.65 | 0.59 |
| Hex | DA | CA | 53 | 0 | 7 | 3E | F | 35 | 41 | 3B |
| Octal | 332 | 312 | 123 | 0 | 7 | 76 | 17 | 65 | 101 | 73 |
| Binary | 11011010 | 11001010 | 1010011 | 0 | 111 | 111110 | 1111 | 110101 | 1000001 | 111011 |
Color Harmonies of #DACA53
Complementary color
Monochromatic Colors of #DACA53
Black with #DACA53
Text Example
Text Example
White with #DACA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACA53; }
p { color: rgb(218,202,83); }
H1.HeaderClassName
{
color: #DACA53;
}
.AnyTagClassName
{
color: #DACA53;
}
</style>
background-color css
<style>
a { background-color: #DACA53; }
a { background-color: rgb(218,202,83); }
div.DivClassName
{
background-color: #DACA53;
}
.BgClassName
{
background-color: #DACA53;
}
</style>
border-color css
<style>
span { border-color: #DACA53; }
span { border-color: rgb(218,202,83); }
td.TdClassName
{
border-color: #DACA53;
}
.TagClassName
{
border-color: #DACA53;
}
</style>