Shades of Confetti #DBC74A
Tints of Confetti #DBC74A
RGB
CMYK
RGB Variations
Color information
#DBC74A (or 0xDBC74A) is known color: Confetti. HEX triplet: DB, C7 and 4A. RGB value is (219,199,74). Sum of RGB (Red+Green+Blue) = 219+199+74=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 199 (78.12% from 255 or 40.45% from 492); Blue value is 74 (29.30% from 255 or 15.04% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC74A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC74A is #2438B5. Grayscale: #BFBFBF. Windows color (decimal): -2373814 or 4900827. OLE color: 4900827.
HSL color Cylindrical-coordinate representation of color #DBC74A: hue angle of 51.72º 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 #DBC74A is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 199 | 74 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.14 |
| HSL | 51.72º | 0.67% | 0.57% | - |
| HSV(B) | 51.72º | 0.66% | 0.86% | - |
| XYZ | 50.87 | 56.4 | 14.68 | - |
| YUV | 190.73 | 62.13 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 74 | 0 | 0.09 | 0.66 | 0.14 | 51.72 | 0.67 | 0.57 |
| Hex | DB | C7 | 4A | 0 | 9 | 42 | E | 34 | 43 | 39 |
| Octal | 333 | 307 | 112 | 0 | 11 | 102 | 16 | 64 | 103 | 71 |
| Binary | 11011011 | 11000111 | 1001010 | 0 | 1001 | 1000010 | 1110 | 110100 | 1000011 | 111001 |
Color Harmonies of #DBC74A
Complementary color
Monochromatic Colors of #DBC74A
Black with #DBC74A
Text Example
Text Example
White with #DBC74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC74A; }
p { color: rgb(219,199,74); }
H1.HeaderClassName
{
color: #DBC74A;
}
.AnyTagClassName
{
color: #DBC74A;
}
</style>
background-color css
<style>
a { background-color: #DBC74A; }
a { background-color: rgb(219,199,74); }
div.DivClassName
{
background-color: #DBC74A;
}
.BgClassName
{
background-color: #DBC74A;
}
</style>
border-color css
<style>
span { border-color: #DBC74A; }
span { border-color: rgb(219,199,74); }
td.TdClassName
{
border-color: #DBC74A;
}
.TagClassName
{
border-color: #DBC74A;
}
</style>