Shades of Confetti #DAC64D
Tints of Confetti #DAC64D
RGB
CMYK
RGB Variations
Color information
#DAC64D (or 0xDAC64D) is known color: Confetti. HEX triplet: DA, C6 and 4D. RGB value is (218,198,77). Sum of RGB (Red+Green+Blue) = 218+198+77=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 77 (30.47% from 255 or 15.62% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC64D is #2539B2. Grayscale: #BEBEBE. Windows color (decimal): -2439603 or 5097178. OLE color: 5097178.
HSL color Cylindrical-coordinate representation of color #DAC64D: hue angle of 51.49º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DAC64D is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 77 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.15 |
| HSL | 51.49º | 0.66% | 0.58% | - |
| HSV(B) | 51.49º | 0.65% | 0.85% | - |
| XYZ | 50.45 | 55.83 | 15.14 | - |
| YUV | 190.19 | 64.13 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 77 | 0 | 0.09 | 0.65 | 0.15 | 51.49 | 0.66 | 0.58 |
| Hex | DA | C6 | 4D | 0 | 9 | 41 | F | 33 | 42 | 3A |
| Octal | 332 | 306 | 115 | 0 | 11 | 101 | 17 | 63 | 102 | 72 |
| Binary | 11011010 | 11000110 | 1001101 | 0 | 1001 | 1000001 | 1111 | 110011 | 1000010 | 111010 |
Color Harmonies of #DAC64D
Complementary color
Monochromatic Colors of #DAC64D
Black with #DAC64D
Text Example
Text Example
White with #DAC64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC64D; }
p { color: rgb(218,198,77); }
H1.HeaderClassName
{
color: #DAC64D;
}
.AnyTagClassName
{
color: #DAC64D;
}
</style>
background-color css
<style>
a { background-color: #DAC64D; }
a { background-color: rgb(218,198,77); }
div.DivClassName
{
background-color: #DAC64D;
}
.BgClassName
{
background-color: #DAC64D;
}
</style>
border-color css
<style>
span { border-color: #DAC64D; }
span { border-color: rgb(218,198,77); }
td.TdClassName
{
border-color: #DAC64D;
}
.TagClassName
{
border-color: #DAC64D;
}
</style>