Shades of Confetti #DACC4A
Tints of Confetti #DACC4A
RGB
CMYK
RGB Variations
Color information
#DACC4A (or 0xDACC4A) is known color: Confetti. HEX triplet: DA, CC and 4A. RGB value is (218,204,74). Sum of RGB (Red+Green+Blue) = 218+204+74=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 74 (29.30% from 255 or 14.92% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACC4A is #2533B5. Grayscale: #C1C1C1. Windows color (decimal): -2438070 or 4902106. OLE color: 4902106.
HSL color Cylindrical-coordinate representation of color #DACC4A: hue angle of 54.17º 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 #DACC4A is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 204 | 74 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.15 |
| HSL | 54.17º | 0.66% | 0.57% | - |
| HSV(B) | 54.17º | 0.66% | 0.85% | - |
| XYZ | 51.74 | 58.59 | 15.06 | - |
| YUV | 193.37 | 60.64 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 74 | 0 | 0.06 | 0.66 | 0.15 | 54.17 | 0.66 | 0.57 |
| Hex | DA | CC | 4A | 0 | 6 | 42 | F | 36 | 42 | 39 |
| Octal | 332 | 314 | 112 | 0 | 6 | 102 | 17 | 66 | 102 | 71 |
| Binary | 11011010 | 11001100 | 1001010 | 0 | 110 | 1000010 | 1111 | 110110 | 1000010 | 111001 |
Color Harmonies of #DACC4A
Complementary color
Monochromatic Colors of #DACC4A
Black with #DACC4A
Text Example
Text Example
White with #DACC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACC4A; }
p { color: rgb(218,204,74); }
H1.HeaderClassName
{
color: #DACC4A;
}
.AnyTagClassName
{
color: #DACC4A;
}
</style>
background-color css
<style>
a { background-color: #DACC4A; }
a { background-color: rgb(218,204,74); }
div.DivClassName
{
background-color: #DACC4A;
}
.BgClassName
{
background-color: #DACC4A;
}
</style>
border-color css
<style>
span { border-color: #DACC4A; }
span { border-color: rgb(218,204,74); }
td.TdClassName
{
border-color: #DACC4A;
}
.TagClassName
{
border-color: #DACC4A;
}
</style>