Shades of Confetti #DBC84A
Tints of Confetti #DBC84A
RGB
CMYK
RGB Variations
Color information
#DBC84A (or 0xDBC84A) is known color: Confetti. HEX triplet: DB, C8 and 4A. RGB value is (219,200,74). Sum of RGB (Red+Green+Blue) = 219+200+74=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 200 (78.52% from 255 or 40.57% from 493); Blue value is 74 (29.30% from 255 or 15.01% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC84A is #2437B5. Grayscale: #BFBFBF. Windows color (decimal): -2373558 or 4901083. OLE color: 4901083.
HSL color Cylindrical-coordinate representation of color #DBC84A: hue angle of 52.14º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DBC84A is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 74 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.14 |
| HSL | 52.14º | 0.67% | 0.57% | - |
| HSV(B) | 52.14º | 0.66% | 0.86% | - |
| XYZ | 51.1 | 56.86 | 14.76 | - |
| YUV | 191.32 | 61.79 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 74 | 0 | 0.09 | 0.66 | 0.14 | 52.14 | 0.67 | 0.57 |
| Hex | DB | C8 | 4A | 0 | 9 | 42 | E | 34 | 43 | 39 |
| Octal | 333 | 310 | 112 | 0 | 11 | 102 | 16 | 64 | 103 | 71 |
| Binary | 11011011 | 11001000 | 1001010 | 0 | 1001 | 1000010 | 1110 | 110100 | 1000011 | 111001 |
Color Harmonies of #DBC84A
Complementary color
Monochromatic Colors of #DBC84A
Black with #DBC84A
Text Example
Text Example
White with #DBC84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC84A; }
p { color: rgb(219,200,74); }
H1.HeaderClassName
{
color: #DBC84A;
}
.AnyTagClassName
{
color: #DBC84A;
}
</style>
background-color css
<style>
a { background-color: #DBC84A; }
a { background-color: rgb(219,200,74); }
div.DivClassName
{
background-color: #DBC84A;
}
.BgClassName
{
background-color: #DBC84A;
}
</style>
border-color css
<style>
span { border-color: #DBC84A; }
span { border-color: rgb(219,200,74); }
td.TdClassName
{
border-color: #DBC84A;
}
.TagClassName
{
border-color: #DBC84A;
}
</style>