Shades of Confetti #DAD04A
Tints of Confetti #DAD04A
RGB
CMYK
RGB Variations
Color information
#DAD04A (or 0xDAD04A) is known color: Confetti. HEX triplet: DA, D0 and 4A. RGB value is (218,208,74). Sum of RGB (Red+Green+Blue) = 218+208+74=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 74 (29.30% from 255 or 14.8% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD04A is #252FB5. Grayscale: #C4C4C4. Windows color (decimal): -2437046 or 4903130. OLE color: 4903130.
HSL color Cylindrical-coordinate representation of color #DAD04A: hue angle of 55.83º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DAD04A is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 208 | 74 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.15 |
| HSL | 55.83º | 0.66% | 0.57% | - |
| HSV(B) | 55.83º | 0.66% | 0.85% | - |
| XYZ | 52.71 | 60.51 | 15.38 | - |
| YUV | 195.71 | 59.31 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 208 | 74 | 0 | 0.05 | 0.66 | 0.15 | 55.83 | 0.66 | 0.57 |
| Hex | DA | D0 | 4A | 0 | 5 | 42 | F | 38 | 42 | 39 |
| Octal | 332 | 320 | 112 | 0 | 5 | 102 | 17 | 70 | 102 | 71 |
| Binary | 11011010 | 11010000 | 1001010 | 0 | 101 | 1000010 | 1111 | 111000 | 1000010 | 111001 |
Color Harmonies of #DAD04A
Complementary color
Monochromatic Colors of #DAD04A
Black with #DAD04A
Text Example
Text Example
White with #DAD04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD04A; }
p { color: rgb(218,208,74); }
H1.HeaderClassName
{
color: #DAD04A;
}
.AnyTagClassName
{
color: #DAD04A;
}
</style>
background-color css
<style>
a { background-color: #DAD04A; }
a { background-color: rgb(218,208,74); }
div.DivClassName
{
background-color: #DAD04A;
}
.BgClassName
{
background-color: #DAD04A;
}
</style>
border-color css
<style>
span { border-color: #DAD04A; }
span { border-color: rgb(218,208,74); }
td.TdClassName
{
border-color: #DAD04A;
}
.TagClassName
{
border-color: #DAD04A;
}
</style>