Shades of Confetti #DABF4A
Tints of Confetti #DABF4A
RGB
CMYK
RGB Variations
Color information
#DABF4A (or 0xDABF4A) is known color: Confetti. HEX triplet: DA, BF and 4A. RGB value is (218,191,74). Sum of RGB (Red+Green+Blue) = 218+191+74=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 74 (29.30% from 255 or 15.32% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABF4A is #2540B5. Grayscale: #BABABA. Windows color (decimal): -2441398 or 4898778. OLE color: 4898778.
HSL color Cylindrical-coordinate representation of color #DABF4A: hue angle of 48.75º 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 #DABF4A is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 191 | 74 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.15 |
| HSL | 48.75º | 0.66% | 0.57% | - |
| HSV(B) | 48.75º | 0.66% | 0.85% | - |
| XYZ | 48.78 | 52.66 | 14.07 | - |
| YUV | 185.74 | 64.95 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 74 | 0 | 0.12 | 0.66 | 0.15 | 48.75 | 0.66 | 0.57 |
| Hex | DA | BF | 4A | 0 | C | 42 | F | 31 | 42 | 39 |
| Octal | 332 | 277 | 112 | 0 | 14 | 102 | 17 | 61 | 102 | 71 |
| Binary | 11011010 | 10111111 | 1001010 | 0 | 1100 | 1000010 | 1111 | 110001 | 1000010 | 111001 |
Color Harmonies of #DABF4A
Complementary color
Monochromatic Colors of #DABF4A
Black with #DABF4A
Text Example
Text Example
White with #DABF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABF4A; }
p { color: rgb(218,191,74); }
H1.HeaderClassName
{
color: #DABF4A;
}
.AnyTagClassName
{
color: #DABF4A;
}
</style>
background-color css
<style>
a { background-color: #DABF4A; }
a { background-color: rgb(218,191,74); }
div.DivClassName
{
background-color: #DABF4A;
}
.BgClassName
{
background-color: #DABF4A;
}
</style>
border-color css
<style>
span { border-color: #DABF4A; }
span { border-color: rgb(218,191,74); }
td.TdClassName
{
border-color: #DABF4A;
}
.TagClassName
{
border-color: #DABF4A;
}
</style>