Shades of Confetti #DAD144
Tints of Confetti #DAD144
RGB
CMYK
RGB Variations
Color information
#DAD144 (or 0xDAD144) is known color: Confetti. HEX triplet: DA, D1 and 44. RGB value is (218,209,68). Sum of RGB (Red+Green+Blue) = 218+209+68=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 209 (82.03% from 255 or 42.22% from 495); Blue value is 68 (26.95% from 255 or 13.74% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD144 is #252EBB. Grayscale: #C4C4C4. Windows color (decimal): -2436796 or 4510170. OLE color: 4510170.
HSL color Cylindrical-coordinate representation of color #DAD144: hue angle of 56.4º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DAD144 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 209 | 68 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.15 |
| HSL | 56.4º | 0.67% | 0.56% | - |
| HSV(B) | 56.4º | 0.69% | 0.85% | - |
| XYZ | 52.76 | 60.92 | 14.45 | - |
| YUV | 195.62 | 55.98 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 209 | 68 | 0 | 0.04 | 0.69 | 0.15 | 56.4 | 0.67 | 0.56 |
| Hex | DA | D1 | 44 | 0 | 4 | 45 | F | 38 | 43 | 38 |
| Octal | 332 | 321 | 104 | 0 | 4 | 105 | 17 | 70 | 103 | 70 |
| Binary | 11011010 | 11010001 | 1000100 | 0 | 100 | 1000101 | 1111 | 111000 | 1000011 | 111000 |
Color Harmonies of #DAD144
Complementary color
Monochromatic Colors of #DAD144
Black with #DAD144
Text Example
Text Example
White with #DAD144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD144; }
p { color: rgb(218,209,68); }
H1.HeaderClassName
{
color: #DAD144;
}
.AnyTagClassName
{
color: #DAD144;
}
</style>
background-color css
<style>
a { background-color: #DAD144; }
a { background-color: rgb(218,209,68); }
div.DivClassName
{
background-color: #DAD144;
}
.BgClassName
{
background-color: #DAD144;
}
</style>
border-color css
<style>
span { border-color: #DAD144; }
span { border-color: rgb(218,209,68); }
td.TdClassName
{
border-color: #DAD144;
}
.TagClassName
{
border-color: #DAD144;
}
</style>