Shades of Confetti #DAD746
Tints of Confetti #DAD746
RGB
CMYK
RGB Variations
Color information
#DAD746 (or 0xDAD746) is known color: Confetti. HEX triplet: DA, D7 and 46. RGB value is (218,215,70). Sum of RGB (Red+Green+Blue) = 218+215+70=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 215 (84.38% from 255 or 42.74% from 503); Blue value is 70 (27.73% from 255 or 13.92% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD746 is #2528B9. Grayscale: #C7C7C7. Windows color (decimal): -2435258 or 4642778. OLE color: 4642778.
HSL color Cylindrical-coordinate representation of color #DAD746: hue angle of 58.78º 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 #DAD746 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 215 | 70 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.15 |
| HSL | 58.78º | 0.67% | 0.56% | - |
| HSV(B) | 58.78º | 0.68% | 0.85% | - |
| XYZ | 54.32 | 63.95 | 15.27 | - |
| YUV | 199.37 | 54.99 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 215 | 70 | 0 | 0.01 | 0.68 | 0.15 | 58.78 | 0.67 | 0.56 |
| Hex | DA | D7 | 46 | 0 | 1 | 44 | F | 3B | 43 | 38 |
| Octal | 332 | 327 | 106 | 0 | 1 | 104 | 17 | 73 | 103 | 70 |
| Binary | 11011010 | 11010111 | 1000110 | 0 | 1 | 1000100 | 1111 | 111011 | 1000011 | 111000 |
Color Harmonies of #DAD746
Complementary color
Monochromatic Colors of #DAD746
Black with #DAD746
Text Example
Text Example
White with #DAD746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD746; }
p { color: rgb(218,215,70); }
H1.HeaderClassName
{
color: #DAD746;
}
.AnyTagClassName
{
color: #DAD746;
}
</style>
background-color css
<style>
a { background-color: #DAD746; }
a { background-color: rgb(218,215,70); }
div.DivClassName
{
background-color: #DAD746;
}
.BgClassName
{
background-color: #DAD746;
}
</style>
border-color css
<style>
span { border-color: #DAD746; }
span { border-color: rgb(218,215,70); }
td.TdClassName
{
border-color: #DAD746;
}
.TagClassName
{
border-color: #DAD746;
}
</style>