Shades of Confetti #DACC44
Tints of Confetti #DACC44
RGB
CMYK
RGB Variations
Color information
#DACC44 (or 0xDACC44) is known color: Confetti. HEX triplet: DA, CC and 44. RGB value is (218,204,68). Sum of RGB (Red+Green+Blue) = 218+204+68=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 68 (26.95% from 255 or 13.88% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACC44 is #2533BB. Grayscale: #C1C1C1. Windows color (decimal): -2438076 or 4508890. OLE color: 4508890.
HSL color Cylindrical-coordinate representation of color #DACC44: hue angle of 54.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 #DACC44 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 204 | 68 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.15 |
| HSL | 54.4º | 0.67% | 0.56% | - |
| HSV(B) | 54.4º | 0.69% | 0.85% | - |
| XYZ | 51.55 | 58.51 | 14.05 | - |
| YUV | 192.68 | 57.64 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 68 | 0 | 0.06 | 0.69 | 0.15 | 54.4 | 0.67 | 0.56 |
| Hex | DA | CC | 44 | 0 | 6 | 45 | F | 36 | 43 | 38 |
| Octal | 332 | 314 | 104 | 0 | 6 | 105 | 17 | 66 | 103 | 70 |
| Binary | 11011010 | 11001100 | 1000100 | 0 | 110 | 1000101 | 1111 | 110110 | 1000011 | 111000 |
Color Harmonies of #DACC44
Complementary color
Monochromatic Colors of #DACC44
Black with #DACC44
Text Example
Text Example
White with #DACC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACC44; }
p { color: rgb(218,204,68); }
H1.HeaderClassName
{
color: #DACC44;
}
.AnyTagClassName
{
color: #DACC44;
}
</style>
background-color css
<style>
a { background-color: #DACC44; }
a { background-color: rgb(218,204,68); }
div.DivClassName
{
background-color: #DACC44;
}
.BgClassName
{
background-color: #DACC44;
}
</style>
border-color css
<style>
span { border-color: #DACC44; }
span { border-color: rgb(218,204,68); }
td.TdClassName
{
border-color: #DACC44;
}
.TagClassName
{
border-color: #DACC44;
}
</style>