Shades of Confetti #DAD44D
Tints of Confetti #DAD44D
RGB
CMYK
RGB Variations
Color information
#DAD44D (or 0xDAD44D) is known color: Confetti. HEX triplet: DA, D4 and 4D. RGB value is (218,212,77). Sum of RGB (Red+Green+Blue) = 218+212+77=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 212 (83.20% from 255 or 41.81% from 507); Blue value is 77 (30.47% from 255 or 15.19% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD44D is #252BB2. Grayscale: #C6C6C6. Windows color (decimal): -2436019 or 5100762. OLE color: 5100762.
HSL color Cylindrical-coordinate representation of color #DAD44D: hue angle of 57.45º 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 #DAD44D is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 212 | 77 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.15 |
| HSL | 57.45º | 0.66% | 0.58% | - |
| HSV(B) | 57.45º | 0.65% | 0.85% | - |
| XYZ | 53.8 | 62.53 | 16.25 | - |
| YUV | 198.4 | 59.49 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 212 | 77 | 0 | 0.03 | 0.65 | 0.15 | 57.45 | 0.66 | 0.58 |
| Hex | DA | D4 | 4D | 0 | 3 | 41 | F | 39 | 42 | 3A |
| Octal | 332 | 324 | 115 | 0 | 3 | 101 | 17 | 71 | 102 | 72 |
| Binary | 11011010 | 11010100 | 1001101 | 0 | 11 | 1000001 | 1111 | 111001 | 1000010 | 111010 |
Color Harmonies of #DAD44D
Complementary color
Monochromatic Colors of #DAD44D
Black with #DAD44D
Text Example
Text Example
White with #DAD44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD44D; }
p { color: rgb(218,212,77); }
H1.HeaderClassName
{
color: #DAD44D;
}
.AnyTagClassName
{
color: #DAD44D;
}
</style>
background-color css
<style>
a { background-color: #DAD44D; }
a { background-color: rgb(218,212,77); }
div.DivClassName
{
background-color: #DAD44D;
}
.BgClassName
{
background-color: #DAD44D;
}
</style>
border-color css
<style>
span { border-color: #DAD44D; }
span { border-color: rgb(218,212,77); }
td.TdClassName
{
border-color: #DAD44D;
}
.TagClassName
{
border-color: #DAD44D;
}
</style>