Shades of Confetti #DABF4E
Tints of Confetti #DABF4E
RGB
CMYK
RGB Variations
Color information
#DABF4E (or 0xDABF4E) is known color: Confetti. HEX triplet: DA, BF and 4E. RGB value is (218,191,78). Sum of RGB (Red+Green+Blue) = 218+191+78=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 78 (30.86% from 255 or 16.02% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABF4E is #2540B1. Grayscale: #BABABA. Windows color (decimal): -2441394 or 5160922. OLE color: 5160922.
HSL color Cylindrical-coordinate representation of color #DABF4E: hue angle of 48.43º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DABF4E is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 191 | 78 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.15 |
| HSL | 48.43º | 0.65% | 0.58% | - |
| HSV(B) | 48.43º | 0.64% | 0.85% | - |
| XYZ | 48.92 | 52.72 | 14.8 | - |
| YUV | 186.19 | 66.95 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 78 | 0 | 0.12 | 0.64 | 0.15 | 48.43 | 0.65 | 0.58 |
| Hex | DA | BF | 4E | 0 | C | 40 | F | 30 | 41 | 3A |
| Octal | 332 | 277 | 116 | 0 | 14 | 100 | 17 | 60 | 101 | 72 |
| Binary | 11011010 | 10111111 | 1001110 | 0 | 1100 | 1000000 | 1111 | 110000 | 1000001 | 111010 |
Color Harmonies of #DABF4E
Complementary color
Monochromatic Colors of #DABF4E
Black with #DABF4E
Text Example
Text Example
White with #DABF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABF4E; }
p { color: rgb(218,191,78); }
H1.HeaderClassName
{
color: #DABF4E;
}
.AnyTagClassName
{
color: #DABF4E;
}
</style>
background-color css
<style>
a { background-color: #DABF4E; }
a { background-color: rgb(218,191,78); }
div.DivClassName
{
background-color: #DABF4E;
}
.BgClassName
{
background-color: #DABF4E;
}
</style>
border-color css
<style>
span { border-color: #DABF4E; }
span { border-color: rgb(218,191,78); }
td.TdClassName
{
border-color: #DABF4E;
}
.TagClassName
{
border-color: #DABF4E;
}
</style>