Shades of Confetti #DAD14E
Tints of Confetti #DAD14E
RGB
CMYK
RGB Variations
Color information
#DAD14E (or 0xDAD14E) is known color: Confetti. HEX triplet: DA, D1 and 4E. RGB value is (218,209,78). Sum of RGB (Red+Green+Blue) = 218+209+78=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 209 (82.03% from 255 or 41.39% from 505); Blue value is 78 (30.86% from 255 or 15.45% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD14E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD14E is #252EB1. Grayscale: #C5C5C5. Windows color (decimal): -2436786 or 5165530. OLE color: 5165530.
HSL color Cylindrical-coordinate representation of color #DAD14E: hue angle of 56.14º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DAD14E is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 209 | 78 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.15 |
| HSL | 56.14º | 0.65% | 0.58% | - |
| HSV(B) | 56.14º | 0.64% | 0.85% | - |
| XYZ | 53.09 | 61.06 | 16.19 | - |
| YUV | 196.76 | 60.98 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 209 | 78 | 0 | 0.04 | 0.64 | 0.15 | 56.14 | 0.65 | 0.58 |
| Hex | DA | D1 | 4E | 0 | 4 | 40 | F | 38 | 41 | 3A |
| Octal | 332 | 321 | 116 | 0 | 4 | 100 | 17 | 70 | 101 | 72 |
| Binary | 11011010 | 11010001 | 1001110 | 0 | 100 | 1000000 | 1111 | 111000 | 1000001 | 111010 |
Color Harmonies of #DAD14E
Complementary color
Monochromatic Colors of #DAD14E
Black with #DAD14E
Text Example
Text Example
White with #DAD14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD14E; }
p { color: rgb(218,209,78); }
H1.HeaderClassName
{
color: #DAD14E;
}
.AnyTagClassName
{
color: #DAD14E;
}
</style>
background-color css
<style>
a { background-color: #DAD14E; }
a { background-color: rgb(218,209,78); }
div.DivClassName
{
background-color: #DAD14E;
}
.BgClassName
{
background-color: #DAD14E;
}
</style>
border-color css
<style>
span { border-color: #DAD14E; }
span { border-color: rgb(218,209,78); }
td.TdClassName
{
border-color: #DAD14E;
}
.TagClassName
{
border-color: #DAD14E;
}
</style>