Shades of Confetti #DBC64A
Tints of Confetti #DBC64A
RGB
CMYK
RGB Variations
Color information
#DBC64A (or 0xDBC64A) is known color: Confetti. HEX triplet: DB, C6 and 4A. RGB value is (219,198,74). Sum of RGB (Red+Green+Blue) = 219+198+74=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 74 (29.30% from 255 or 15.07% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC64A is #2439B5. Grayscale: #BEBEBE. Windows color (decimal): -2374070 or 4900571. OLE color: 4900571.
HSL color Cylindrical-coordinate representation of color #DBC64A: hue angle of 51.31º 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 #DBC64A is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 74 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.14 |
| HSL | 51.31º | 0.67% | 0.57% | - |
| HSV(B) | 51.31º | 0.66% | 0.86% | - |
| XYZ | 50.64 | 55.94 | 14.61 | - |
| YUV | 190.14 | 62.46 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 74 | 0 | 0.10 | 0.66 | 0.14 | 51.31 | 0.67 | 0.57 |
| Hex | DB | C6 | 4A | 0 | A | 42 | E | 33 | 43 | 39 |
| Octal | 333 | 306 | 112 | 0 | 12 | 102 | 16 | 63 | 103 | 71 |
| Binary | 11011011 | 11000110 | 1001010 | 0 | 1010 | 1000010 | 1110 | 110011 | 1000011 | 111001 |
Color Harmonies of #DBC64A
Complementary color
Monochromatic Colors of #DBC64A
Black with #DBC64A
Text Example
Text Example
White with #DBC64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC64A; }
p { color: rgb(219,198,74); }
H1.HeaderClassName
{
color: #DBC64A;
}
.AnyTagClassName
{
color: #DBC64A;
}
</style>
background-color css
<style>
a { background-color: #DBC64A; }
a { background-color: rgb(219,198,74); }
div.DivClassName
{
background-color: #DBC64A;
}
.BgClassName
{
background-color: #DBC64A;
}
</style>
border-color css
<style>
span { border-color: #DBC64A; }
span { border-color: rgb(219,198,74); }
td.TdClassName
{
border-color: #DBC64A;
}
.TagClassName
{
border-color: #DBC64A;
}
</style>