Shades of Confetti #DAC74F
Tints of Confetti #DAC74F
RGB
CMYK
RGB Variations
Color information
#DAC74F (or 0xDAC74F) is known color: Confetti. HEX triplet: DA, C7 and 4F. RGB value is (218,199,79). Sum of RGB (Red+Green+Blue) = 218+199+79=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 199 (78.12% from 255 or 40.12% from 496); Blue value is 79 (31.25% from 255 or 15.93% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC74F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC74F is #2538B0. Grayscale: #BFBFBF. Windows color (decimal): -2439345 or 5228506. OLE color: 5228506.
HSL color Cylindrical-coordinate representation of color #DAC74F: hue angle of 51.8º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DAC74F is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 199 | 79 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.15 |
| HSL | 51.8º | 0.65% | 0.58% | - |
| HSV(B) | 51.8º | 0.64% | 0.85% | - |
| XYZ | 50.75 | 56.32 | 15.59 | - |
| YUV | 191 | 64.79 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 199 | 79 | 0 | 0.09 | 0.64 | 0.15 | 51.8 | 0.65 | 0.58 |
| Hex | DA | C7 | 4F | 0 | 9 | 40 | F | 34 | 41 | 3A |
| Octal | 332 | 307 | 117 | 0 | 11 | 100 | 17 | 64 | 101 | 72 |
| Binary | 11011010 | 11000111 | 1001111 | 0 | 1001 | 1000000 | 1111 | 110100 | 1000001 | 111010 |
Color Harmonies of #DAC74F
Complementary color
Monochromatic Colors of #DAC74F
Black with #DAC74F
Text Example
Text Example
White with #DAC74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC74F; }
p { color: rgb(218,199,79); }
H1.HeaderClassName
{
color: #DAC74F;
}
.AnyTagClassName
{
color: #DAC74F;
}
</style>
background-color css
<style>
a { background-color: #DAC74F; }
a { background-color: rgb(218,199,79); }
div.DivClassName
{
background-color: #DAC74F;
}
.BgClassName
{
background-color: #DAC74F;
}
</style>
border-color css
<style>
span { border-color: #DAC74F; }
span { border-color: rgb(218,199,79); }
td.TdClassName
{
border-color: #DAC74F;
}
.TagClassName
{
border-color: #DAC74F;
}
</style>