Shades of Confetti #DAD54C
Tints of Confetti #DAD54C
RGB
CMYK
RGB Variations
Color information
#DAD54C (or 0xDAD54C) is known color: Confetti. HEX triplet: DA, D5 and 4C. RGB value is (218,213,76). Sum of RGB (Red+Green+Blue) = 218+213+76=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 76 (30.08% from 255 or 14.99% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD54C is #252AB3. Grayscale: #C7C7C7. Windows color (decimal): -2435764 or 5035482. OLE color: 5035482.
HSL color Cylindrical-coordinate representation of color #DAD54C: hue angle of 57.89º 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 #DAD54C is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 213 | 76 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.15 |
| HSL | 57.89º | 0.66% | 0.58% | - |
| HSV(B) | 57.89º | 0.65% | 0.85% | - |
| XYZ | 54.01 | 63.02 | 16.15 | - |
| YUV | 198.88 | 58.66 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 213 | 76 | 0 | 0.02 | 0.65 | 0.15 | 57.89 | 0.66 | 0.58 |
| Hex | DA | D5 | 4C | 0 | 2 | 41 | F | 3A | 42 | 3A |
| Octal | 332 | 325 | 114 | 0 | 2 | 101 | 17 | 72 | 102 | 72 |
| Binary | 11011010 | 11010101 | 1001100 | 0 | 10 | 1000001 | 1111 | 111010 | 1000010 | 111010 |
Color Harmonies of #DAD54C
Complementary color
Monochromatic Colors of #DAD54C
Black with #DAD54C
Text Example
Text Example
White with #DAD54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD54C; }
p { color: rgb(218,213,76); }
H1.HeaderClassName
{
color: #DAD54C;
}
.AnyTagClassName
{
color: #DAD54C;
}
</style>
background-color css
<style>
a { background-color: #DAD54C; }
a { background-color: rgb(218,213,76); }
div.DivClassName
{
background-color: #DAD54C;
}
.BgClassName
{
background-color: #DAD54C;
}
</style>
border-color css
<style>
span { border-color: #DAD54C; }
span { border-color: rgb(218,213,76); }
td.TdClassName
{
border-color: #DAD54C;
}
.TagClassName
{
border-color: #DAD54C;
}
</style>