Shades of Confetti #DACB53
Tints of Confetti #DACB53
RGB
CMYK
RGB Variations
Color information
#DACB53 (or 0xDACB53) is known color: Confetti. HEX triplet: DA, CB and 53. RGB value is (218,203,83). Sum of RGB (Red+Green+Blue) = 218+203+83=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 83 (32.81% from 255 or 16.47% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACB53 is #2534AC. Grayscale: #C2C2C2. Windows color (decimal): -2438317 or 5491674. OLE color: 5491674.
HSL color Cylindrical-coordinate representation of color #DACB53: hue angle of 53.33º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DACB53 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 83 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.15 |
| HSL | 53.33º | 0.65% | 0.59% | - |
| HSV(B) | 53.33º | 0.62% | 0.85% | - |
| XYZ | 51.83 | 58.24 | 16.69 | - |
| YUV | 193.81 | 65.47 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 83 | 0 | 0.07 | 0.62 | 0.15 | 53.33 | 0.65 | 0.59 |
| Hex | DA | CB | 53 | 0 | 7 | 3E | F | 35 | 41 | 3B |
| Octal | 332 | 313 | 123 | 0 | 7 | 76 | 17 | 65 | 101 | 73 |
| Binary | 11011010 | 11001011 | 1010011 | 0 | 111 | 111110 | 1111 | 110101 | 1000001 | 111011 |
Color Harmonies of #DACB53
Complementary color
Monochromatic Colors of #DACB53
Black with #DACB53
Text Example
Text Example
White with #DACB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACB53; }
p { color: rgb(218,203,83); }
H1.HeaderClassName
{
color: #DACB53;
}
.AnyTagClassName
{
color: #DACB53;
}
</style>
background-color css
<style>
a { background-color: #DACB53; }
a { background-color: rgb(218,203,83); }
div.DivClassName
{
background-color: #DACB53;
}
.BgClassName
{
background-color: #DACB53;
}
</style>
border-color css
<style>
span { border-color: #DACB53; }
span { border-color: rgb(218,203,83); }
td.TdClassName
{
border-color: #DACB53;
}
.TagClassName
{
border-color: #DACB53;
}
</style>