Shades of Confetti #DAD44C
Tints of Confetti #DAD44C
RGB
CMYK
RGB Variations
Color information
#DAD44C (or 0xDAD44C) is known color: Confetti. HEX triplet: DA, D4 and 4C. RGB value is (218,212,76). Sum of RGB (Red+Green+Blue) = 218+212+76=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 212 (83.20% from 255 or 41.90% from 506); Blue value is 76 (30.08% from 255 or 15.02% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD44C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD44C is #252BB3. Grayscale: #C6C6C6. Windows color (decimal): -2436020 or 5035226. OLE color: 5035226.
HSL color Cylindrical-coordinate representation of color #DAD44C: hue angle of 57.46º 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 #DAD44C is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 212 | 76 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.15 |
| HSL | 57.46º | 0.66% | 0.58% | - |
| HSV(B) | 57.46º | 0.65% | 0.85% | - |
| XYZ | 53.76 | 62.51 | 16.07 | - |
| YUV | 198.29 | 58.99 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 212 | 76 | 0 | 0.03 | 0.65 | 0.15 | 57.46 | 0.66 | 0.58 |
| Hex | DA | D4 | 4C | 0 | 3 | 41 | F | 39 | 42 | 3A |
| Octal | 332 | 324 | 114 | 0 | 3 | 101 | 17 | 71 | 102 | 72 |
| Binary | 11011010 | 11010100 | 1001100 | 0 | 11 | 1000001 | 1111 | 111001 | 1000010 | 111010 |
Color Harmonies of #DAD44C
Complementary color
Monochromatic Colors of #DAD44C
Black with #DAD44C
Text Example
Text Example
White with #DAD44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD44C; }
p { color: rgb(218,212,76); }
H1.HeaderClassName
{
color: #DAD44C;
}
.AnyTagClassName
{
color: #DAD44C;
}
</style>
background-color css
<style>
a { background-color: #DAD44C; }
a { background-color: rgb(218,212,76); }
div.DivClassName
{
background-color: #DAD44C;
}
.BgClassName
{
background-color: #DAD44C;
}
</style>
border-color css
<style>
span { border-color: #DAD44C; }
span { border-color: rgb(218,212,76); }
td.TdClassName
{
border-color: #DAD44C;
}
.TagClassName
{
border-color: #DAD44C;
}
</style>