Shades of Confetti #DAC444
Tints of Confetti #DAC444
RGB
CMYK
RGB Variations
Color information
#DAC444 (or 0xDAC444) is known color: Confetti. HEX triplet: DA, C4 and 44. RGB value is (218,196,68). Sum of RGB (Red+Green+Blue) = 218+196+68=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 196 (76.95% from 255 or 40.66% from 482); Blue value is 68 (26.95% from 255 or 14.11% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC444 is #253BBB. Grayscale: #BCBCBC. Windows color (decimal): -2440124 or 4506842. OLE color: 4506842.
HSL color Cylindrical-coordinate representation of color #DAC444: hue angle of 51.2º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DAC444 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 68 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.15 |
| HSL | 51.2º | 0.67% | 0.56% | - |
| HSV(B) | 51.2º | 0.69% | 0.85% | - |
| XYZ | 49.7 | 54.8 | 13.43 | - |
| YUV | 187.99 | 60.29 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 68 | 0 | 0.10 | 0.69 | 0.15 | 51.2 | 0.67 | 0.56 |
| Hex | DA | C4 | 44 | 0 | A | 45 | F | 33 | 43 | 38 |
| Octal | 332 | 304 | 104 | 0 | 12 | 105 | 17 | 63 | 103 | 70 |
| Binary | 11011010 | 11000100 | 1000100 | 0 | 1010 | 1000101 | 1111 | 110011 | 1000011 | 111000 |
Color Harmonies of #DAC444
Complementary color
Monochromatic Colors of #DAC444
Black with #DAC444
Text Example
Text Example
White with #DAC444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC444; }
p { color: rgb(218,196,68); }
H1.HeaderClassName
{
color: #DAC444;
}
.AnyTagClassName
{
color: #DAC444;
}
</style>
background-color css
<style>
a { background-color: #DAC444; }
a { background-color: rgb(218,196,68); }
div.DivClassName
{
background-color: #DAC444;
}
.BgClassName
{
background-color: #DAC444;
}
</style>
border-color css
<style>
span { border-color: #DAC444; }
span { border-color: rgb(218,196,68); }
td.TdClassName
{
border-color: #DAC444;
}
.TagClassName
{
border-color: #DAC444;
}
</style>