Shades of Confetti #DAC94D
Tints of Confetti #DAC94D
RGB
CMYK
RGB Variations
Color information
#DAC94D (or 0xDAC94D) is known color: Confetti. HEX triplet: DA, C9 and 4D. RGB value is (218,201,77). Sum of RGB (Red+Green+Blue) = 218+201+77=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 77 (30.47% from 255 or 15.52% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC94D is #2536B2. Grayscale: #C0C0C0. Windows color (decimal): -2438835 or 5097946. OLE color: 5097946.
HSL color Cylindrical-coordinate representation of color #DAC94D: hue angle of 52.77º 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 #DAC94D is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 77 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.15 |
| HSL | 52.77º | 0.66% | 0.58% | - |
| HSV(B) | 52.77º | 0.65% | 0.85% | - |
| XYZ | 51.14 | 57.21 | 15.37 | - |
| YUV | 191.95 | 63.13 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 77 | 0 | 0.08 | 0.65 | 0.15 | 52.77 | 0.66 | 0.58 |
| Hex | DA | C9 | 4D | 0 | 8 | 41 | F | 35 | 42 | 3A |
| Octal | 332 | 311 | 115 | 0 | 10 | 101 | 17 | 65 | 102 | 72 |
| Binary | 11011010 | 11001001 | 1001101 | 0 | 1000 | 1000001 | 1111 | 110101 | 1000010 | 111010 |
Color Harmonies of #DAC94D
Complementary color
Monochromatic Colors of #DAC94D
Black with #DAC94D
Text Example
Text Example
White with #DAC94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC94D; }
p { color: rgb(218,201,77); }
H1.HeaderClassName
{
color: #DAC94D;
}
.AnyTagClassName
{
color: #DAC94D;
}
</style>
background-color css
<style>
a { background-color: #DAC94D; }
a { background-color: rgb(218,201,77); }
div.DivClassName
{
background-color: #DAC94D;
}
.BgClassName
{
background-color: #DAC94D;
}
</style>
border-color css
<style>
span { border-color: #DAC94D; }
span { border-color: rgb(218,201,77); }
td.TdClassName
{
border-color: #DAC94D;
}
.TagClassName
{
border-color: #DAC94D;
}
</style>