Shades of Confetti #DAD64A
Tints of Confetti #DAD64A
RGB
CMYK
RGB Variations
Color information
#DAD64A (or 0xDAD64A) is known color: Confetti. HEX triplet: DA, D6 and 4A. RGB value is (218,214,74). Sum of RGB (Red+Green+Blue) = 218+214+74=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 214 (83.98% from 255 or 42.29% from 506); Blue value is 74 (29.30% from 255 or 14.62% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD64A is #2529B5. Grayscale: #C7C7C7. Windows color (decimal): -2435510 or 4904666. OLE color: 4904666.
HSL color Cylindrical-coordinate representation of color #DAD64A: hue angle of 58.33º 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 #DAD64A is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 214 | 74 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.15 |
| HSL | 58.33º | 0.66% | 0.57% | - |
| HSV(B) | 58.33º | 0.66% | 0.85% | - |
| XYZ | 54.2 | 63.49 | 15.88 | - |
| YUV | 199.24 | 57.33 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 214 | 74 | 0 | 0.02 | 0.66 | 0.15 | 58.33 | 0.66 | 0.57 |
| Hex | DA | D6 | 4A | 0 | 2 | 42 | F | 3A | 42 | 39 |
| Octal | 332 | 326 | 112 | 0 | 2 | 102 | 17 | 72 | 102 | 71 |
| Binary | 11011010 | 11010110 | 1001010 | 0 | 10 | 1000010 | 1111 | 111010 | 1000010 | 111001 |
Color Harmonies of #DAD64A
Complementary color
Monochromatic Colors of #DAD64A
Black with #DAD64A
Text Example
Text Example
White with #DAD64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD64A; }
p { color: rgb(218,214,74); }
H1.HeaderClassName
{
color: #DAD64A;
}
.AnyTagClassName
{
color: #DAD64A;
}
</style>
background-color css
<style>
a { background-color: #DAD64A; }
a { background-color: rgb(218,214,74); }
div.DivClassName
{
background-color: #DAD64A;
}
.BgClassName
{
background-color: #DAD64A;
}
</style>
border-color css
<style>
span { border-color: #DAD64A; }
span { border-color: rgb(218,214,74); }
td.TdClassName
{
border-color: #DAD64A;
}
.TagClassName
{
border-color: #DAD64A;
}
</style>