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