Shades of Confetti #DACA51
Tints of Confetti #DACA51
RGB
CMYK
RGB Variations
Color information
#DACA51 (or 0xDACA51) is known color: Confetti. HEX triplet: DA, CA and 51. RGB value is (218,202,81). Sum of RGB (Red+Green+Blue) = 218+202+81=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 81 (32.03% from 255 or 16.17% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACA51 is #2535AE. Grayscale: #C1C1C1. Windows color (decimal): -2438575 or 5360346. OLE color: 5360346.
HSL color Cylindrical-coordinate representation of color #DACA51: hue angle of 52.99º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DACA51 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 202 | 81 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.15 |
| HSL | 52.99º | 0.65% | 0.59% | - |
| HSV(B) | 52.99º | 0.63% | 0.85% | - |
| XYZ | 51.52 | 57.74 | 16.21 | - |
| YUV | 192.99 | 64.8 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 81 | 0 | 0.07 | 0.63 | 0.15 | 52.99 | 0.65 | 0.59 |
| Hex | DA | CA | 51 | 0 | 7 | 3F | F | 35 | 41 | 3B |
| Octal | 332 | 312 | 121 | 0 | 7 | 77 | 17 | 65 | 101 | 73 |
| Binary | 11011010 | 11001010 | 1010001 | 0 | 111 | 111111 | 1111 | 110101 | 1000001 | 111011 |
Color Harmonies of #DACA51
Complementary color
Monochromatic Colors of #DACA51
Black with #DACA51
Text Example
Text Example
White with #DACA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACA51; }
p { color: rgb(218,202,81); }
H1.HeaderClassName
{
color: #DACA51;
}
.AnyTagClassName
{
color: #DACA51;
}
</style>
background-color css
<style>
a { background-color: #DACA51; }
a { background-color: rgb(218,202,81); }
div.DivClassName
{
background-color: #DACA51;
}
.BgClassName
{
background-color: #DACA51;
}
</style>
border-color css
<style>
span { border-color: #DACA51; }
span { border-color: rgb(218,202,81); }
td.TdClassName
{
border-color: #DACA51;
}
.TagClassName
{
border-color: #DACA51;
}
</style>