Shades of Confetti #DACB56
Tints of Confetti #DACB56
RGB
CMYK
RGB Variations
Color information
#DACB56 (or 0xDACB56) is known color: Confetti. HEX triplet: DA, CB and 56. RGB value is (218,203,86). Sum of RGB (Red+Green+Blue) = 218+203+86=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 86 (33.98% from 255 or 16.96% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACB56 is #2534A9. Grayscale: #C2C2C2. Windows color (decimal): -2438314 or 5688282. OLE color: 5688282.
HSL color Cylindrical-coordinate representation of color #DACB56: hue angle of 53.18º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DACB56 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 86 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.15 |
| HSL | 53.18º | 0.64% | 0.6% | - |
| HSV(B) | 53.18º | 0.61% | 0.85% | - |
| XYZ | 51.95 | 58.29 | 17.32 | - |
| YUV | 194.15 | 66.97 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 86 | 0 | 0.07 | 0.61 | 0.15 | 53.18 | 0.64 | 0.6 |
| Hex | DA | CB | 56 | 0 | 7 | 3D | F | 35 | 40 | 3C |
| Octal | 332 | 313 | 126 | 0 | 7 | 75 | 17 | 65 | 100 | 74 |
| Binary | 11011010 | 11001011 | 1010110 | 0 | 111 | 111101 | 1111 | 110101 | 1000000 | 111100 |
Color Harmonies of #DACB56
Complementary color
Monochromatic Colors of #DACB56
Black with #DACB56
Text Example
Text Example
White with #DACB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACB56; }
p { color: rgb(218,203,86); }
H1.HeaderClassName
{
color: #DACB56;
}
.AnyTagClassName
{
color: #DACB56;
}
</style>
background-color css
<style>
a { background-color: #DACB56; }
a { background-color: rgb(218,203,86); }
div.DivClassName
{
background-color: #DACB56;
}
.BgClassName
{
background-color: #DACB56;
}
</style>
border-color css
<style>
span { border-color: #DACB56; }
span { border-color: rgb(218,203,86); }
td.TdClassName
{
border-color: #DACB56;
}
.TagClassName
{
border-color: #DACB56;
}
</style>