Shades of Confetti #DAD446
Tints of Confetti #DAD446
RGB
CMYK
RGB Variations
Color information
#DAD446 (or 0xDAD446) is known color: Confetti. HEX triplet: DA, D4 and 46. RGB value is (218,212,70). Sum of RGB (Red+Green+Blue) = 218+212+70=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 212 (83.20% from 255 or 42.4% from 500); Blue value is 70 (27.73% from 255 or 14% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD446 is #252BB9. Grayscale: #C6C6C6. Windows color (decimal): -2436026 or 4642010. OLE color: 4642010.
HSL color Cylindrical-coordinate representation of color #DAD446: hue angle of 57.57º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DAD446 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 212 | 70 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.15 |
| HSL | 57.57º | 0.67% | 0.56% | - |
| HSV(B) | 57.57º | 0.68% | 0.85% | - |
| XYZ | 53.56 | 62.43 | 15.02 | - |
| YUV | 197.61 | 55.99 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 212 | 70 | 0 | 0.03 | 0.68 | 0.15 | 57.57 | 0.67 | 0.56 |
| Hex | DA | D4 | 46 | 0 | 3 | 44 | F | 3A | 43 | 38 |
| Octal | 332 | 324 | 106 | 0 | 3 | 104 | 17 | 72 | 103 | 70 |
| Binary | 11011010 | 11010100 | 1000110 | 0 | 11 | 1000100 | 1111 | 111010 | 1000011 | 111000 |
Color Harmonies of #DAD446
Complementary color
Monochromatic Colors of #DAD446
Black with #DAD446
Text Example
Text Example
White with #DAD446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD446; }
p { color: rgb(218,212,70); }
H1.HeaderClassName
{
color: #DAD446;
}
.AnyTagClassName
{
color: #DAD446;
}
</style>
background-color css
<style>
a { background-color: #DAD446; }
a { background-color: rgb(218,212,70); }
div.DivClassName
{
background-color: #DAD446;
}
.BgClassName
{
background-color: #DAD446;
}
</style>
border-color css
<style>
span { border-color: #DAD446; }
span { border-color: rgb(218,212,70); }
td.TdClassName
{
border-color: #DAD446;
}
.TagClassName
{
border-color: #DAD446;
}
</style>