Shades of Confetti #DAD34F
Tints of Confetti #DAD34F
RGB
CMYK
RGB Variations
Color information
#DAD34F (or 0xDAD34F) is known color: Confetti. HEX triplet: DA, D3 and 4F. RGB value is (218,211,79). Sum of RGB (Red+Green+Blue) = 218+211+79=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 211 (82.81% from 255 or 41.54% from 508); Blue value is 79 (31.25% from 255 or 15.55% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD34F is #252CB0. Grayscale: #C6C6C6. Windows color (decimal): -2436273 or 5231578. OLE color: 5231578.
HSL color Cylindrical-coordinate representation of color #DAD34F: hue angle of 56.98º 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 #DAD34F is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 211 | 79 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.15 |
| HSL | 56.98º | 0.65% | 0.58% | - |
| HSV(B) | 56.98º | 0.64% | 0.85% | - |
| XYZ | 53.62 | 62.06 | 16.55 | - |
| YUV | 198.05 | 60.82 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 211 | 79 | 0 | 0.03 | 0.64 | 0.15 | 56.98 | 0.65 | 0.58 |
| Hex | DA | D3 | 4F | 0 | 3 | 40 | F | 39 | 41 | 3A |
| Octal | 332 | 323 | 117 | 0 | 3 | 100 | 17 | 71 | 101 | 72 |
| Binary | 11011010 | 11010011 | 1001111 | 0 | 11 | 1000000 | 1111 | 111001 | 1000001 | 111010 |
Color Harmonies of #DAD34F
Complementary color
Monochromatic Colors of #DAD34F
Black with #DAD34F
Text Example
Text Example
White with #DAD34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD34F; }
p { color: rgb(218,211,79); }
H1.HeaderClassName
{
color: #DAD34F;
}
.AnyTagClassName
{
color: #DAD34F;
}
</style>
background-color css
<style>
a { background-color: #DAD34F; }
a { background-color: rgb(218,211,79); }
div.DivClassName
{
background-color: #DAD34F;
}
.BgClassName
{
background-color: #DAD34F;
}
</style>
border-color css
<style>
span { border-color: #DAD34F; }
span { border-color: rgb(218,211,79); }
td.TdClassName
{
border-color: #DAD34F;
}
.TagClassName
{
border-color: #DAD34F;
}
</style>