Shades of Confetti #DAC84A
Tints of Confetti #DAC84A
RGB
CMYK
RGB Variations
Color information
#DAC84A (or 0xDAC84A) is known color: Confetti. HEX triplet: DA, C8 and 4A. RGB value is (218,200,74). Sum of RGB (Red+Green+Blue) = 218+200+74=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 74 (29.30% from 255 or 15.04% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC84A is #2537B5. Grayscale: #BFBFBF. Windows color (decimal): -2439094 or 4901082. OLE color: 4901082.
HSL color Cylindrical-coordinate representation of color #DAC84A: hue angle of 52.5º 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 #DAC84A is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 200 | 74 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.15 |
| HSL | 52.5º | 0.66% | 0.57% | - |
| HSV(B) | 52.5º | 0.66% | 0.85% | - |
| XYZ | 50.8 | 56.71 | 14.75 | - |
| YUV | 191.02 | 61.96 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 74 | 0 | 0.08 | 0.66 | 0.15 | 52.5 | 0.66 | 0.57 |
| Hex | DA | C8 | 4A | 0 | 8 | 42 | F | 34 | 42 | 39 |
| Octal | 332 | 310 | 112 | 0 | 10 | 102 | 17 | 64 | 102 | 71 |
| Binary | 11011010 | 11001000 | 1001010 | 0 | 1000 | 1000010 | 1111 | 110100 | 1000010 | 111001 |
Color Harmonies of #DAC84A
Complementary color
Monochromatic Colors of #DAC84A
Black with #DAC84A
Text Example
Text Example
White with #DAC84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC84A; }
p { color: rgb(218,200,74); }
H1.HeaderClassName
{
color: #DAC84A;
}
.AnyTagClassName
{
color: #DAC84A;
}
</style>
background-color css
<style>
a { background-color: #DAC84A; }
a { background-color: rgb(218,200,74); }
div.DivClassName
{
background-color: #DAC84A;
}
.BgClassName
{
background-color: #DAC84A;
}
</style>
border-color css
<style>
span { border-color: #DAC84A; }
span { border-color: rgb(218,200,74); }
td.TdClassName
{
border-color: #DAC84A;
}
.TagClassName
{
border-color: #DAC84A;
}
</style>