Shades of Confetti #DAC045
Tints of Confetti #DAC045
RGB
CMYK
RGB Variations
Color information
#DAC045 (or 0xDAC045) is known color: Confetti. HEX triplet: DA, C0 and 45. RGB value is (218,192,69). Sum of RGB (Red+Green+Blue) = 218+192+69=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 69 (27.34% from 255 or 14.41% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC045 is #253FBA. Grayscale: #BABABA. Windows color (decimal): -2441147 or 4571354. OLE color: 4571354.
HSL color Cylindrical-coordinate representation of color #DAC045: hue angle of 49.53º 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 #DAC045 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 69 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.15 |
| HSL | 49.53º | 0.67% | 0.56% | - |
| HSV(B) | 49.53º | 0.68% | 0.85% | - |
| XYZ | 48.84 | 53.03 | 13.29 | - |
| YUV | 185.75 | 62.11 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 69 | 0 | 0.12 | 0.68 | 0.15 | 49.53 | 0.67 | 0.56 |
| Hex | DA | C0 | 45 | 0 | C | 44 | F | 32 | 43 | 38 |
| Octal | 332 | 300 | 105 | 0 | 14 | 104 | 17 | 62 | 103 | 70 |
| Binary | 11011010 | 11000000 | 1000101 | 0 | 1100 | 1000100 | 1111 | 110010 | 1000011 | 111000 |
Color Harmonies of #DAC045
Complementary color
Monochromatic Colors of #DAC045
Black with #DAC045
Text Example
Text Example
White with #DAC045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC045; }
p { color: rgb(218,192,69); }
H1.HeaderClassName
{
color: #DAC045;
}
.AnyTagClassName
{
color: #DAC045;
}
</style>
background-color css
<style>
a { background-color: #DAC045; }
a { background-color: rgb(218,192,69); }
div.DivClassName
{
background-color: #DAC045;
}
.BgClassName
{
background-color: #DAC045;
}
</style>
border-color css
<style>
span { border-color: #DAC045; }
span { border-color: rgb(218,192,69); }
td.TdClassName
{
border-color: #DAC045;
}
.TagClassName
{
border-color: #DAC045;
}
</style>