Shades of Confetti #DAC64A
Tints of Confetti #DAC64A
RGB
CMYK
RGB Variations
Color information
#DAC64A (or 0xDAC64A) is known color: Confetti. HEX triplet: DA, C6 and 4A. RGB value is (218,198,74). Sum of RGB (Red+Green+Blue) = 218+198+74=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 74 (29.30% from 255 or 15.10% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC64A is #2539B5. Grayscale: #BEBEBE. Windows color (decimal): -2439606 or 4900570. OLE color: 4900570.
HSL color Cylindrical-coordinate representation of color #DAC64A: hue angle of 51.67º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DAC64A is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 74 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.15 |
| HSL | 51.67º | 0.66% | 0.57% | - |
| HSV(B) | 51.67º | 0.66% | 0.85% | - |
| XYZ | 50.34 | 55.79 | 14.59 | - |
| YUV | 189.84 | 62.63 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 74 | 0 | 0.09 | 0.66 | 0.15 | 51.67 | 0.66 | 0.57 |
| Hex | DA | C6 | 4A | 0 | 9 | 42 | F | 34 | 42 | 39 |
| Octal | 332 | 306 | 112 | 0 | 11 | 102 | 17 | 64 | 102 | 71 |
| Binary | 11011010 | 11000110 | 1001010 | 0 | 1001 | 1000010 | 1111 | 110100 | 1000010 | 111001 |
Color Harmonies of #DAC64A
Complementary color
Monochromatic Colors of #DAC64A
Black with #DAC64A
Text Example
Text Example
White with #DAC64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC64A; }
p { color: rgb(218,198,74); }
H1.HeaderClassName
{
color: #DAC64A;
}
.AnyTagClassName
{
color: #DAC64A;
}
</style>
background-color css
<style>
a { background-color: #DAC64A; }
a { background-color: rgb(218,198,74); }
div.DivClassName
{
background-color: #DAC64A;
}
.BgClassName
{
background-color: #DAC64A;
}
</style>
border-color css
<style>
span { border-color: #DAC64A; }
span { border-color: rgb(218,198,74); }
td.TdClassName
{
border-color: #DAC64A;
}
.TagClassName
{
border-color: #DAC64A;
}
</style>