Shades of Confetti #DACB50
Tints of Confetti #DACB50
RGB
CMYK
RGB Variations
Color information
#DACB50 (or 0xDACB50) is known color: Confetti. HEX triplet: DA, CB and 50. RGB value is (218,203,80). Sum of RGB (Red+Green+Blue) = 218+203+80=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 80 (31.64% from 255 or 15.97% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACB50 is #2534AF. Grayscale: #C1C1C1. Windows color (decimal): -2438320 or 5295066. OLE color: 5295066.
HSL color Cylindrical-coordinate representation of color #DACB50: hue angle of 53.48º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DACB50 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 80 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.15 |
| HSL | 53.48º | 0.65% | 0.58% | - |
| HSV(B) | 53.48º | 0.63% | 0.85% | - |
| XYZ | 51.72 | 58.2 | 16.1 | - |
| YUV | 193.46 | 63.97 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 80 | 0 | 0.07 | 0.63 | 0.15 | 53.48 | 0.65 | 0.58 |
| Hex | DA | CB | 50 | 0 | 7 | 3F | F | 35 | 41 | 3A |
| Octal | 332 | 313 | 120 | 0 | 7 | 77 | 17 | 65 | 101 | 72 |
| Binary | 11011010 | 11001011 | 1010000 | 0 | 111 | 111111 | 1111 | 110101 | 1000001 | 111010 |
Color Harmonies of #DACB50
Complementary color
Monochromatic Colors of #DACB50
Black with #DACB50
Text Example
Text Example
White with #DACB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACB50; }
p { color: rgb(218,203,80); }
H1.HeaderClassName
{
color: #DACB50;
}
.AnyTagClassName
{
color: #DACB50;
}
</style>
background-color css
<style>
a { background-color: #DACB50; }
a { background-color: rgb(218,203,80); }
div.DivClassName
{
background-color: #DACB50;
}
.BgClassName
{
background-color: #DACB50;
}
</style>
border-color css
<style>
span { border-color: #DACB50; }
span { border-color: rgb(218,203,80); }
td.TdClassName
{
border-color: #DACB50;
}
.TagClassName
{
border-color: #DACB50;
}
</style>