Shades of Confetti #DAC553
Tints of Confetti #DAC553
RGB
CMYK
RGB Variations
Color information
#DAC553 (or 0xDAC553) is known color: Confetti. HEX triplet: DA, C5 and 53. RGB value is (218,197,83). Sum of RGB (Red+Green+Blue) = 218+197+83=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 197 (77.34% from 255 or 39.56% from 498); Blue value is 83 (32.81% from 255 or 16.67% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC553 is #253AAC. Grayscale: #BEBEBE. Windows color (decimal): -2439853 or 5490138. OLE color: 5490138.
HSL color Cylindrical-coordinate representation of color #DAC553: hue angle of 50.67º 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 #DAC553 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 83 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.15 |
| HSL | 50.67º | 0.65% | 0.59% | - |
| HSV(B) | 50.67º | 0.62% | 0.85% | - |
| XYZ | 50.44 | 55.46 | 16.23 | - |
| YUV | 190.28 | 67.46 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 83 | 0 | 0.10 | 0.62 | 0.15 | 50.67 | 0.65 | 0.59 |
| Hex | DA | C5 | 53 | 0 | A | 3E | F | 33 | 41 | 3B |
| Octal | 332 | 305 | 123 | 0 | 12 | 76 | 17 | 63 | 101 | 73 |
| Binary | 11011010 | 11000101 | 1010011 | 0 | 1010 | 111110 | 1111 | 110011 | 1000001 | 111011 |
Color Harmonies of #DAC553
Complementary color
Monochromatic Colors of #DAC553
Black with #DAC553
Text Example
Text Example
White with #DAC553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC553; }
p { color: rgb(218,197,83); }
H1.HeaderClassName
{
color: #DAC553;
}
.AnyTagClassName
{
color: #DAC553;
}
</style>
background-color css
<style>
a { background-color: #DAC553; }
a { background-color: rgb(218,197,83); }
div.DivClassName
{
background-color: #DAC553;
}
.BgClassName
{
background-color: #DAC553;
}
</style>
border-color css
<style>
span { border-color: #DAC553; }
span { border-color: rgb(218,197,83); }
td.TdClassName
{
border-color: #DAC553;
}
.TagClassName
{
border-color: #DAC553;
}
</style>