Shades of Confetti #DAD14D
Tints of Confetti #DAD14D
RGB
CMYK
RGB Variations
Color information
#DAD14D (or 0xDAD14D) is known color: Confetti. HEX triplet: DA, D1 and 4D. RGB value is (218,209,77). Sum of RGB (Red+Green+Blue) = 218+209+77=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 209 (82.03% from 255 or 41.47% from 504); Blue value is 77 (30.47% from 255 or 15.28% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD14D is #252EB2. Grayscale: #C5C5C5. Windows color (decimal): -2436787 or 5099994. OLE color: 5099994.
HSL color Cylindrical-coordinate representation of color #DAD14D: hue angle of 56.17º 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 #DAD14D is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 209 | 77 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.15 |
| HSL | 56.17º | 0.66% | 0.58% | - |
| HSV(B) | 56.17º | 0.65% | 0.85% | - |
| XYZ | 53.05 | 61.04 | 16.01 | - |
| YUV | 196.64 | 60.48 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 209 | 77 | 0 | 0.04 | 0.65 | 0.15 | 56.17 | 0.66 | 0.58 |
| Hex | DA | D1 | 4D | 0 | 4 | 41 | F | 38 | 42 | 3A |
| Octal | 332 | 321 | 115 | 0 | 4 | 101 | 17 | 70 | 102 | 72 |
| Binary | 11011010 | 11010001 | 1001101 | 0 | 100 | 1000001 | 1111 | 111000 | 1000010 | 111010 |
Color Harmonies of #DAD14D
Complementary color
Monochromatic Colors of #DAD14D
Black with #DAD14D
Text Example
Text Example
White with #DAD14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD14D; }
p { color: rgb(218,209,77); }
H1.HeaderClassName
{
color: #DAD14D;
}
.AnyTagClassName
{
color: #DAD14D;
}
</style>
background-color css
<style>
a { background-color: #DAD14D; }
a { background-color: rgb(218,209,77); }
div.DivClassName
{
background-color: #DAD14D;
}
.BgClassName
{
background-color: #DAD14D;
}
</style>
border-color css
<style>
span { border-color: #DAD14D; }
span { border-color: rgb(218,209,77); }
td.TdClassName
{
border-color: #DAD14D;
}
.TagClassName
{
border-color: #DAD14D;
}
</style>