Shades of Confetti #DAD348
Tints of Confetti #DAD348
RGB
CMYK
RGB Variations
Color information
#DAD348 (or 0xDAD348) is known color: Confetti. HEX triplet: DA, D3 and 48. RGB value is (218,211,72). Sum of RGB (Red+Green+Blue) = 218+211+72=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 211 (82.81% from 255 or 42.12% from 501); Blue value is 72 (28.52% from 255 or 14.37% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD348 is #252CB7. Grayscale: #C5C5C5. Windows color (decimal): -2436280 or 4772826. OLE color: 4772826.
HSL color Cylindrical-coordinate representation of color #DAD348: hue angle of 57.12º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DAD348 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 211 | 72 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.15 |
| HSL | 57.12º | 0.66% | 0.57% | - |
| HSV(B) | 57.12º | 0.67% | 0.85% | - |
| XYZ | 53.38 | 61.96 | 15.28 | - |
| YUV | 197.25 | 57.32 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 211 | 72 | 0 | 0.03 | 0.67 | 0.15 | 57.12 | 0.66 | 0.57 |
| Hex | DA | D3 | 48 | 0 | 3 | 43 | F | 39 | 42 | 39 |
| Octal | 332 | 323 | 110 | 0 | 3 | 103 | 17 | 71 | 102 | 71 |
| Binary | 11011010 | 11010011 | 1001000 | 0 | 11 | 1000011 | 1111 | 111001 | 1000010 | 111001 |
Color Harmonies of #DAD348
Complementary color
Monochromatic Colors of #DAD348
Black with #DAD348
Text Example
Text Example
White with #DAD348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD348; }
p { color: rgb(218,211,72); }
H1.HeaderClassName
{
color: #DAD348;
}
.AnyTagClassName
{
color: #DAD348;
}
</style>
background-color css
<style>
a { background-color: #DAD348; }
a { background-color: rgb(218,211,72); }
div.DivClassName
{
background-color: #DAD348;
}
.BgClassName
{
background-color: #DAD348;
}
</style>
border-color css
<style>
span { border-color: #DAD348; }
span { border-color: rgb(218,211,72); }
td.TdClassName
{
border-color: #DAD348;
}
.TagClassName
{
border-color: #DAD348;
}
</style>