Shades of Confetti #DACC54
Tints of Confetti #DACC54
RGB
CMYK
RGB Variations
Color information
#DACC54 (or 0xDACC54) is known color: Confetti. HEX triplet: DA, CC and 54. RGB value is (218,204,84). Sum of RGB (Red+Green+Blue) = 218+204+84=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 84 (33.20% from 255 or 16.60% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACC54 is #2533AB. Grayscale: #C3C3C3. Windows color (decimal): -2438060 or 5557466. OLE color: 5557466.
HSL color Cylindrical-coordinate representation of color #DACC54: hue angle of 53.73º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DACC54 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 204 | 84 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.15 |
| HSL | 53.73º | 0.64% | 0.59% | - |
| HSV(B) | 53.73º | 0.61% | 0.85% | - |
| XYZ | 52.11 | 58.73 | 16.98 | - |
| YUV | 194.51 | 65.64 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 84 | 0 | 0.06 | 0.61 | 0.15 | 53.73 | 0.64 | 0.59 |
| Hex | DA | CC | 54 | 0 | 6 | 3D | F | 36 | 40 | 3B |
| Octal | 332 | 314 | 124 | 0 | 6 | 75 | 17 | 66 | 100 | 73 |
| Binary | 11011010 | 11001100 | 1010100 | 0 | 110 | 111101 | 1111 | 110110 | 1000000 | 111011 |
Color Harmonies of #DACC54
Complementary color
Monochromatic Colors of #DACC54
Black with #DACC54
Text Example
Text Example
White with #DACC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACC54; }
p { color: rgb(218,204,84); }
H1.HeaderClassName
{
color: #DACC54;
}
.AnyTagClassName
{
color: #DACC54;
}
</style>
background-color css
<style>
a { background-color: #DACC54; }
a { background-color: rgb(218,204,84); }
div.DivClassName
{
background-color: #DACC54;
}
.BgClassName
{
background-color: #DACC54;
}
</style>
border-color css
<style>
span { border-color: #DACC54; }
span { border-color: rgb(218,204,84); }
td.TdClassName
{
border-color: #DACC54;
}
.TagClassName
{
border-color: #DACC54;
}
</style>