Shades of Confetti #DACB57
Tints of Confetti #DACB57
RGB
CMYK
RGB Variations
Color information
#DACB57 (or 0xDACB57) is known color: Confetti. HEX triplet: DA, CB and 57. RGB value is (218,203,87). Sum of RGB (Red+Green+Blue) = 218+203+87=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 87 (34.38% from 255 or 17.13% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACB57 is #2534A8. Grayscale: #C2C2C2. Windows color (decimal): -2438313 or 5753818. OLE color: 5753818.
HSL color Cylindrical-coordinate representation of color #DACB57: hue angle of 53.13º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DACB57 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 87 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.15 |
| HSL | 53.13º | 0.64% | 0.6% | - |
| HSV(B) | 53.13º | 0.6% | 0.85% | - |
| XYZ | 51.99 | 58.31 | 17.53 | - |
| YUV | 194.26 | 67.47 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 87 | 0 | 0.07 | 0.60 | 0.15 | 53.13 | 0.64 | 0.6 |
| Hex | DA | CB | 57 | 0 | 7 | 3C | F | 35 | 40 | 3C |
| Octal | 332 | 313 | 127 | 0 | 7 | 74 | 17 | 65 | 100 | 74 |
| Binary | 11011010 | 11001011 | 1010111 | 0 | 111 | 111100 | 1111 | 110101 | 1000000 | 111100 |
Color Harmonies of #DACB57
Complementary color
Monochromatic Colors of #DACB57
Black with #DACB57
Text Example
Text Example
White with #DACB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACB57; }
p { color: rgb(218,203,87); }
H1.HeaderClassName
{
color: #DACB57;
}
.AnyTagClassName
{
color: #DACB57;
}
</style>
background-color css
<style>
a { background-color: #DACB57; }
a { background-color: rgb(218,203,87); }
div.DivClassName
{
background-color: #DACB57;
}
.BgClassName
{
background-color: #DACB57;
}
</style>
border-color css
<style>
span { border-color: #DACB57; }
span { border-color: rgb(218,203,87); }
td.TdClassName
{
border-color: #DACB57;
}
.TagClassName
{
border-color: #DACB57;
}
</style>