Shades of Confetti #DAC744
Tints of Confetti #DAC744
RGB
CMYK
RGB Variations
Color information
#DAC744 (or 0xDAC744) is known color: Confetti. HEX triplet: DA, C7 and 44. RGB value is (218,199,68). Sum of RGB (Red+Green+Blue) = 218+199+68=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 199 (78.12% from 255 or 41.03% from 485); Blue value is 68 (26.95% from 255 or 14.02% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC744 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC744 is #2538BB. Grayscale: #BEBEBE. Windows color (decimal): -2439356 or 4507610. OLE color: 4507610.
HSL color Cylindrical-coordinate representation of color #DAC744: hue angle of 52.4º 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 #DAC744 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 199 | 68 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.15 |
| HSL | 52.4º | 0.67% | 0.56% | - |
| HSV(B) | 52.4º | 0.69% | 0.85% | - |
| XYZ | 50.38 | 56.17 | 13.66 | - |
| YUV | 189.75 | 59.29 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 199 | 68 | 0 | 0.09 | 0.69 | 0.15 | 52.4 | 0.67 | 0.56 |
| Hex | DA | C7 | 44 | 0 | 9 | 45 | F | 34 | 43 | 38 |
| Octal | 332 | 307 | 104 | 0 | 11 | 105 | 17 | 64 | 103 | 70 |
| Binary | 11011010 | 11000111 | 1000100 | 0 | 1001 | 1000101 | 1111 | 110100 | 1000011 | 111000 |
Color Harmonies of #DAC744
Complementary color
Monochromatic Colors of #DAC744
Black with #DAC744
Text Example
Text Example
White with #DAC744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC744; }
p { color: rgb(218,199,68); }
H1.HeaderClassName
{
color: #DAC744;
}
.AnyTagClassName
{
color: #DAC744;
}
</style>
background-color css
<style>
a { background-color: #DAC744; }
a { background-color: rgb(218,199,68); }
div.DivClassName
{
background-color: #DAC744;
}
.BgClassName
{
background-color: #DAC744;
}
</style>
border-color css
<style>
span { border-color: #DAC744; }
span { border-color: rgb(218,199,68); }
td.TdClassName
{
border-color: #DAC744;
}
.TagClassName
{
border-color: #DAC744;
}
</style>