Shades of Confetti #DABB4A
Tints of Confetti #DABB4A
RGB
CMYK
RGB Variations
Color information
#DABB4A (or 0xDABB4A) is known color: Confetti. HEX triplet: DA, BB and 4A. RGB value is (218,187,74). Sum of RGB (Red+Green+Blue) = 218+187+74=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 74 (29.30% from 255 or 15.45% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABB4A is #2544B5. Grayscale: #B7B7B7. Windows color (decimal): -2442422 or 4897754. OLE color: 4897754.
HSL color Cylindrical-coordinate representation of color #DABB4A: hue angle of 47.08º 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 #DABB4A is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 74 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.15 |
| HSL | 47.08º | 0.66% | 0.57% | - |
| HSV(B) | 47.08º | 0.66% | 0.85% | - |
| XYZ | 47.92 | 50.94 | 13.79 | - |
| YUV | 183.39 | 66.27 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 74 | 0 | 0.14 | 0.66 | 0.15 | 47.08 | 0.66 | 0.57 |
| Hex | DA | BB | 4A | 0 | E | 42 | F | 2F | 42 | 39 |
| Octal | 332 | 273 | 112 | 0 | 16 | 102 | 17 | 57 | 102 | 71 |
| Binary | 11011010 | 10111011 | 1001010 | 0 | 1110 | 1000010 | 1111 | 101111 | 1000010 | 111001 |
Color Harmonies of #DABB4A
Complementary color
Monochromatic Colors of #DABB4A
Black with #DABB4A
Text Example
Text Example
White with #DABB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB4A; }
p { color: rgb(218,187,74); }
H1.HeaderClassName
{
color: #DABB4A;
}
.AnyTagClassName
{
color: #DABB4A;
}
</style>
background-color css
<style>
a { background-color: #DABB4A; }
a { background-color: rgb(218,187,74); }
div.DivClassName
{
background-color: #DABB4A;
}
.BgClassName
{
background-color: #DABB4A;
}
</style>
border-color css
<style>
span { border-color: #DABB4A; }
span { border-color: rgb(218,187,74); }
td.TdClassName
{
border-color: #DABB4A;
}
.TagClassName
{
border-color: #DABB4A;
}
</style>