Shades of Confetti #DAC24A
Tints of Confetti #DAC24A
RGB
CMYK
RGB Variations
Color information
#DAC24A (or 0xDAC24A) is known color: Confetti. HEX triplet: DA, C2 and 4A. RGB value is (218,194,74). Sum of RGB (Red+Green+Blue) = 218+194+74=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 74 (29.30% from 255 or 15.23% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC24A is #253DB5. Grayscale: #BCBCBC. Windows color (decimal): -2440630 or 4899546. OLE color: 4899546.
HSL color Cylindrical-coordinate representation of color #DAC24A: hue angle of 50º 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 #DAC24A is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 74 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.15 |
| HSL | 50º | 0.66% | 0.57% | - |
| HSV(B) | 50º | 0.66% | 0.85% | - |
| XYZ | 49.44 | 53.98 | 14.29 | - |
| YUV | 187.5 | 63.95 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 74 | 0 | 0.11 | 0.66 | 0.15 | 50 | 0.66 | 0.57 |
| Hex | DA | C2 | 4A | 0 | B | 42 | F | 32 | 42 | 39 |
| Octal | 332 | 302 | 112 | 0 | 13 | 102 | 17 | 62 | 102 | 71 |
| Binary | 11011010 | 11000010 | 1001010 | 0 | 1011 | 1000010 | 1111 | 110010 | 1000010 | 111001 |
Color Harmonies of #DAC24A
Complementary color
Monochromatic Colors of #DAC24A
Black with #DAC24A
Text Example
Text Example
White with #DAC24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC24A; }
p { color: rgb(218,194,74); }
H1.HeaderClassName
{
color: #DAC24A;
}
.AnyTagClassName
{
color: #DAC24A;
}
</style>
background-color css
<style>
a { background-color: #DAC24A; }
a { background-color: rgb(218,194,74); }
div.DivClassName
{
background-color: #DAC24A;
}
.BgClassName
{
background-color: #DAC24A;
}
</style>
border-color css
<style>
span { border-color: #DAC24A; }
span { border-color: rgb(218,194,74); }
td.TdClassName
{
border-color: #DAC24A;
}
.TagClassName
{
border-color: #DAC24A;
}
</style>