Shades of Confetti #DACC4D
Tints of Confetti #DACC4D
RGB
CMYK
RGB Variations
Color information
#DACC4D (or 0xDACC4D) is known color: Confetti. HEX triplet: DA, CC and 4D. RGB value is (218,204,77). Sum of RGB (Red+Green+Blue) = 218+204+77=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 77 (30.47% from 255 or 15.43% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACC4D is #2533B2. Grayscale: #C2C2C2. Windows color (decimal): -2438067 or 5098714. OLE color: 5098714.
HSL color Cylindrical-coordinate representation of color #DACC4D: hue angle of 54.04º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DACC4D is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 204 | 77 | - |
CMYK | 0 | 0.06 | 0.65 | 0.15 |
HSL | 54.04º | 0.66% | 0.58% | - |
HSV(B) | 54.04º | 0.65% | 0.85% | - |
XYZ | 51.85 | 58.63 | 15.6 | - |
YUV | 193.71 | 62.14 | 145.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 204 | 77 | 0 | 0.06 | 0.65 | 0.15 | 54.04 | 0.66 | 0.58 |
Hex | DA | CC | 4D | 0 | 6 | 41 | F | 36 | 42 | 3A |
Octal | 332 | 314 | 115 | 0 | 6 | 101 | 17 | 66 | 102 | 72 |
Binary | 11011010 | 11001100 | 1001101 | 0 | 110 | 1000001 | 1111 | 110110 | 1000010 | 111010 |
Color Harmonies of #DACC4D
Complementary color
Monochromatic Colors of #DACC4D
Black with #DACC4D
Text Example
Text Example
White with #DACC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACC4D; }
p { color: rgb(218,204,77); }
H1.HeaderClassName
{
color: #DACC4D;
}
.AnyTagClassName
{
color: #DACC4D;
}
</style>
background-color css
<style>
a { background-color: #DACC4D; }
a { background-color: rgb(218,204,77); }
div.DivClassName
{
background-color: #DACC4D;
}
.BgClassName
{
background-color: #DACC4D;
}
</style>
border-color css
<style>
span { border-color: #DACC4D; }
span { border-color: rgb(218,204,77); }
td.TdClassName
{
border-color: #DACC4D;
}
.TagClassName
{
border-color: #DACC4D;
}
</style>