Shades of Confetti #DACB55
Tints of Confetti #DACB55
RGB
CMYK
RGB Variations
Color information
#DACB55 (or 0xDACB55) is known color: Confetti. HEX triplet: DA, CB and 55. RGB value is (218,203,85). Sum of RGB (Red+Green+Blue) = 218+203+85=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 85 (33.59% from 255 or 16.80% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACB55 is #2534AA. Grayscale: #C2C2C2. Windows color (decimal): -2438315 or 5622746. OLE color: 5622746.
HSL color Cylindrical-coordinate representation of color #DACB55: hue angle of 53.23º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DACB55 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 85 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.15 |
| HSL | 53.23º | 0.64% | 0.59% | - |
| HSV(B) | 53.23º | 0.61% | 0.85% | - |
| XYZ | 51.91 | 58.27 | 17.11 | - |
| YUV | 194.03 | 66.47 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 85 | 0 | 0.07 | 0.61 | 0.15 | 53.23 | 0.64 | 0.59 |
| Hex | DA | CB | 55 | 0 | 7 | 3D | F | 35 | 40 | 3B |
| Octal | 332 | 313 | 125 | 0 | 7 | 75 | 17 | 65 | 100 | 73 |
| Binary | 11011010 | 11001011 | 1010101 | 0 | 111 | 111101 | 1111 | 110101 | 1000000 | 111011 |
Color Harmonies of #DACB55
Complementary color
Monochromatic Colors of #DACB55
Black with #DACB55
Text Example
Text Example
White with #DACB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACB55; }
p { color: rgb(218,203,85); }
H1.HeaderClassName
{
color: #DACB55;
}
.AnyTagClassName
{
color: #DACB55;
}
</style>
background-color css
<style>
a { background-color: #DACB55; }
a { background-color: rgb(218,203,85); }
div.DivClassName
{
background-color: #DACB55;
}
.BgClassName
{
background-color: #DACB55;
}
</style>
border-color css
<style>
span { border-color: #DACB55; }
span { border-color: rgb(218,203,85); }
td.TdClassName
{
border-color: #DACB55;
}
.TagClassName
{
border-color: #DACB55;
}
</style>