Shades of Confetti #DAC74E
Tints of Confetti #DAC74E
RGB
CMYK
RGB Variations
Color information
#DAC74E (or 0xDAC74E) is known color: Confetti. HEX triplet: DA, C7 and 4E. RGB value is (218,199,78). Sum of RGB (Red+Green+Blue) = 218+199+78=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 199 (78.12% from 255 or 40.20% from 495); Blue value is 78 (30.86% from 255 or 15.76% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC74E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC74E is #2538B1. Grayscale: #BFBFBF. Windows color (decimal): -2439346 or 5162970. OLE color: 5162970.
HSL color Cylindrical-coordinate representation of color #DAC74E: hue angle of 51.86º 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 #DAC74E is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 199 | 78 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.15 |
| HSL | 51.86º | 0.65% | 0.58% | - |
| HSV(B) | 51.86º | 0.64% | 0.85% | - |
| XYZ | 50.71 | 56.3 | 15.4 | - |
| YUV | 190.89 | 64.29 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 199 | 78 | 0 | 0.09 | 0.64 | 0.15 | 51.86 | 0.65 | 0.58 |
| Hex | DA | C7 | 4E | 0 | 9 | 40 | F | 34 | 41 | 3A |
| Octal | 332 | 307 | 116 | 0 | 11 | 100 | 17 | 64 | 101 | 72 |
| Binary | 11011010 | 11000111 | 1001110 | 0 | 1001 | 1000000 | 1111 | 110100 | 1000001 | 111010 |
Color Harmonies of #DAC74E
Complementary color
Monochromatic Colors of #DAC74E
Black with #DAC74E
Text Example
Text Example
White with #DAC74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC74E; }
p { color: rgb(218,199,78); }
H1.HeaderClassName
{
color: #DAC74E;
}
.AnyTagClassName
{
color: #DAC74E;
}
</style>
background-color css
<style>
a { background-color: #DAC74E; }
a { background-color: rgb(218,199,78); }
div.DivClassName
{
background-color: #DAC74E;
}
.BgClassName
{
background-color: #DAC74E;
}
</style>
border-color css
<style>
span { border-color: #DAC74E; }
span { border-color: rgb(218,199,78); }
td.TdClassName
{
border-color: #DAC74E;
}
.TagClassName
{
border-color: #DAC74E;
}
</style>