Shades of Confetti #DAC544
Tints of Confetti #DAC544
RGB
CMYK
RGB Variations
Color information
#DAC544 (or 0xDAC544) is known color: Confetti. HEX triplet: DA, C5 and 44. RGB value is (218,197,68). Sum of RGB (Red+Green+Blue) = 218+197+68=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 68 (26.95% from 255 or 14.08% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC544 is #253ABB. Grayscale: #BDBDBD. Windows color (decimal): -2439868 or 4507098. OLE color: 4507098.
HSL color Cylindrical-coordinate representation of color #DAC544: hue angle of 51.6º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DAC544 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 68 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.15 |
| HSL | 51.6º | 0.67% | 0.56% | - |
| HSV(B) | 51.6º | 0.69% | 0.85% | - |
| XYZ | 49.92 | 55.26 | 13.5 | - |
| YUV | 188.57 | 59.96 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 68 | 0 | 0.10 | 0.69 | 0.15 | 51.6 | 0.67 | 0.56 |
| Hex | DA | C5 | 44 | 0 | A | 45 | F | 34 | 43 | 38 |
| Octal | 332 | 305 | 104 | 0 | 12 | 105 | 17 | 64 | 103 | 70 |
| Binary | 11011010 | 11000101 | 1000100 | 0 | 1010 | 1000101 | 1111 | 110100 | 1000011 | 111000 |
Color Harmonies of #DAC544
Complementary color
Monochromatic Colors of #DAC544
Black with #DAC544
Text Example
Text Example
White with #DAC544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC544; }
p { color: rgb(218,197,68); }
H1.HeaderClassName
{
color: #DAC544;
}
.AnyTagClassName
{
color: #DAC544;
}
</style>
background-color css
<style>
a { background-color: #DAC544; }
a { background-color: rgb(218,197,68); }
div.DivClassName
{
background-color: #DAC544;
}
.BgClassName
{
background-color: #DAC544;
}
</style>
border-color css
<style>
span { border-color: #DAC544; }
span { border-color: rgb(218,197,68); }
td.TdClassName
{
border-color: #DAC544;
}
.TagClassName
{
border-color: #DAC544;
}
</style>