Shades of Confetti #DAC945
Tints of Confetti #DAC945
RGB
CMYK
RGB Variations
Color information
#DAC945 (or 0xDAC945) is known color: Confetti. HEX triplet: DA, C9 and 45. RGB value is (218,201,69). Sum of RGB (Red+Green+Blue) = 218+201+69=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 69 (27.34% from 255 or 14.14% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC945 is #2536BA. Grayscale: #BFBFBF. Windows color (decimal): -2438843 or 4573658. OLE color: 4573658.
HSL color Cylindrical-coordinate representation of color #DAC945: hue angle of 53.15º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DAC945 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 69 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.15 |
| HSL | 53.15º | 0.67% | 0.56% | - |
| HSV(B) | 53.15º | 0.68% | 0.85% | - |
| XYZ | 50.87 | 57.11 | 13.97 | - |
| YUV | 191.04 | 59.13 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 69 | 0 | 0.08 | 0.68 | 0.15 | 53.15 | 0.67 | 0.56 |
| Hex | DA | C9 | 45 | 0 | 8 | 44 | F | 35 | 43 | 38 |
| Octal | 332 | 311 | 105 | 0 | 10 | 104 | 17 | 65 | 103 | 70 |
| Binary | 11011010 | 11001001 | 1000101 | 0 | 1000 | 1000100 | 1111 | 110101 | 1000011 | 111000 |
Color Harmonies of #DAC945
Complementary color
Monochromatic Colors of #DAC945
Black with #DAC945
Text Example
Text Example
White with #DAC945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC945; }
p { color: rgb(218,201,69); }
H1.HeaderClassName
{
color: #DAC945;
}
.AnyTagClassName
{
color: #DAC945;
}
</style>
background-color css
<style>
a { background-color: #DAC945; }
a { background-color: rgb(218,201,69); }
div.DivClassName
{
background-color: #DAC945;
}
.BgClassName
{
background-color: #DAC945;
}
</style>
border-color css
<style>
span { border-color: #DAC945; }
span { border-color: rgb(218,201,69); }
td.TdClassName
{
border-color: #DAC945;
}
.TagClassName
{
border-color: #DAC945;
}
</style>