Shades of Confetti #DBC64E
Tints of Confetti #DBC64E
RGB
CMYK
RGB Variations
Color information
#DBC64E (or 0xDBC64E) is known color: Confetti. HEX triplet: DB, C6 and 4E. RGB value is (219,198,78). Sum of RGB (Red+Green+Blue) = 219+198+78=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 198 (77.73% from 255 or 40% from 495); Blue value is 78 (30.86% from 255 or 15.76% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC64E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC64E is #2439B1. Grayscale: #BFBFBF. Windows color (decimal): -2374066 or 5162715. OLE color: 5162715.
HSL color Cylindrical-coordinate representation of color #DBC64E: hue angle of 51.06º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DBC64E is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 78 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.14 |
| HSL | 51.06º | 0.66% | 0.58% | - |
| HSV(B) | 51.06º | 0.64% | 0.86% | - |
| XYZ | 50.78 | 56 | 15.34 | - |
| YUV | 190.6 | 64.46 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 78 | 0 | 0.10 | 0.64 | 0.14 | 51.06 | 0.66 | 0.58 |
| Hex | DB | C6 | 4E | 0 | A | 40 | E | 33 | 42 | 3A |
| Octal | 333 | 306 | 116 | 0 | 12 | 100 | 16 | 63 | 102 | 72 |
| Binary | 11011011 | 11000110 | 1001110 | 0 | 1010 | 1000000 | 1110 | 110011 | 1000010 | 111010 |
Color Harmonies of #DBC64E
Complementary color
Monochromatic Colors of #DBC64E
Black with #DBC64E
Text Example
Text Example
White with #DBC64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC64E; }
p { color: rgb(219,198,78); }
H1.HeaderClassName
{
color: #DBC64E;
}
.AnyTagClassName
{
color: #DBC64E;
}
</style>
background-color css
<style>
a { background-color: #DBC64E; }
a { background-color: rgb(219,198,78); }
div.DivClassName
{
background-color: #DBC64E;
}
.BgClassName
{
background-color: #DBC64E;
}
</style>
border-color css
<style>
span { border-color: #DBC64E; }
span { border-color: rgb(219,198,78); }
td.TdClassName
{
border-color: #DBC64E;
}
.TagClassName
{
border-color: #DBC64E;
}
</style>