Shades of Confetti #DABF42
Tints of Confetti #DABF42
RGB
CMYK
RGB Variations
Color information
#DABF42 (or 0xDABF42) is known color: Confetti. HEX triplet: DA, BF and 42. RGB value is (218,191,66). Sum of RGB (Red+Green+Blue) = 218+191+66=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 66 (26.17% from 255 or 13.89% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABF42 is #2540BD. Grayscale: #B9B9B9. Windows color (decimal): -2441406 or 4374490. OLE color: 4374490.
HSL color Cylindrical-coordinate representation of color #DABF42: hue angle of 49.34º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DABF42 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 191 | 66 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.15 |
| HSL | 49.34º | 0.67% | 0.56% | - |
| HSV(B) | 49.34º | 0.7% | 0.85% | - |
| XYZ | 48.53 | 52.56 | 12.74 | - |
| YUV | 184.82 | 60.95 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 66 | 0 | 0.12 | 0.70 | 0.15 | 49.34 | 0.67 | 0.56 |
| Hex | DA | BF | 42 | 0 | C | 46 | F | 31 | 43 | 38 |
| Octal | 332 | 277 | 102 | 0 | 14 | 106 | 17 | 61 | 103 | 70 |
| Binary | 11011010 | 10111111 | 1000010 | 0 | 1100 | 1000110 | 1111 | 110001 | 1000011 | 111000 |
Color Harmonies of #DABF42
Complementary color
Monochromatic Colors of #DABF42
Black with #DABF42
Text Example
Text Example
White with #DABF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABF42; }
p { color: rgb(218,191,66); }
H1.HeaderClassName
{
color: #DABF42;
}
.AnyTagClassName
{
color: #DABF42;
}
</style>
background-color css
<style>
a { background-color: #DABF42; }
a { background-color: rgb(218,191,66); }
div.DivClassName
{
background-color: #DABF42;
}
.BgClassName
{
background-color: #DABF42;
}
</style>
border-color css
<style>
span { border-color: #DABF42; }
span { border-color: rgb(218,191,66); }
td.TdClassName
{
border-color: #DABF42;
}
.TagClassName
{
border-color: #DABF42;
}
</style>