Shades of Confetti #DAC548
Tints of Confetti #DAC548
RGB
CMYK
RGB Variations
Color information
#DAC548 (or 0xDAC548) is known color: Confetti. HEX triplet: DA, C5 and 48. RGB value is (218,197,72). Sum of RGB (Red+Green+Blue) = 218+197+72=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 197 (77.34% from 255 or 40.45% from 487); Blue value is 72 (28.52% from 255 or 14.78% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC548 is #253AB7. Grayscale: #BDBDBD. Windows color (decimal): -2439864 or 4769242. OLE color: 4769242.
HSL color Cylindrical-coordinate representation of color #DAC548: hue angle of 51.37º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DAC548 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 72 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.15 |
| HSL | 51.37º | 0.66% | 0.57% | - |
| HSV(B) | 51.37º | 0.67% | 0.85% | - |
| XYZ | 50.05 | 55.31 | 14.17 | - |
| YUV | 189.03 | 61.96 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 72 | 0 | 0.10 | 0.67 | 0.15 | 51.37 | 0.66 | 0.57 |
| Hex | DA | C5 | 48 | 0 | A | 43 | F | 33 | 42 | 39 |
| Octal | 332 | 305 | 110 | 0 | 12 | 103 | 17 | 63 | 102 | 71 |
| Binary | 11011010 | 11000101 | 1001000 | 0 | 1010 | 1000011 | 1111 | 110011 | 1000010 | 111001 |
Color Harmonies of #DAC548
Complementary color
Monochromatic Colors of #DAC548
Black with #DAC548
Text Example
Text Example
White with #DAC548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC548; }
p { color: rgb(218,197,72); }
H1.HeaderClassName
{
color: #DAC548;
}
.AnyTagClassName
{
color: #DAC548;
}
</style>
background-color css
<style>
a { background-color: #DAC548; }
a { background-color: rgb(218,197,72); }
div.DivClassName
{
background-color: #DAC548;
}
.BgClassName
{
background-color: #DAC548;
}
</style>
border-color css
<style>
span { border-color: #DAC548; }
span { border-color: rgb(218,197,72); }
td.TdClassName
{
border-color: #DAC548;
}
.TagClassName
{
border-color: #DAC548;
}
</style>