Shades of Confetti #DBC64B
Tints of Confetti #DBC64B
RGB
CMYK
RGB Variations
Color information
#DBC64B (or 0xDBC64B) is known color: Confetti. HEX triplet: DB, C6 and 4B. RGB value is (219,198,75). Sum of RGB (Red+Green+Blue) = 219+198+75=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 198 (77.73% from 255 or 40.24% from 492); Blue value is 75 (29.69% from 255 or 15.24% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC64B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC64B is #2439B4. Grayscale: #BEBEBE. Windows color (decimal): -2374069 or 4966107. OLE color: 4966107.
HSL color Cylindrical-coordinate representation of color #DBC64B: hue angle of 51.25º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DBC64B is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 75 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.14 |
| HSL | 51.25º | 0.67% | 0.58% | - |
| HSV(B) | 51.25º | 0.66% | 0.86% | - |
| XYZ | 50.68 | 55.96 | 14.79 | - |
| YUV | 190.26 | 62.96 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 75 | 0 | 0.10 | 0.66 | 0.14 | 51.25 | 0.67 | 0.58 |
| Hex | DB | C6 | 4B | 0 | A | 42 | E | 33 | 43 | 3A |
| Octal | 333 | 306 | 113 | 0 | 12 | 102 | 16 | 63 | 103 | 72 |
| Binary | 11011011 | 11000110 | 1001011 | 0 | 1010 | 1000010 | 1110 | 110011 | 1000011 | 111010 |
Color Harmonies of #DBC64B
Complementary color
Monochromatic Colors of #DBC64B
Black with #DBC64B
Text Example
Text Example
White with #DBC64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC64B; }
p { color: rgb(219,198,75); }
H1.HeaderClassName
{
color: #DBC64B;
}
.AnyTagClassName
{
color: #DBC64B;
}
</style>
background-color css
<style>
a { background-color: #DBC64B; }
a { background-color: rgb(219,198,75); }
div.DivClassName
{
background-color: #DBC64B;
}
.BgClassName
{
background-color: #DBC64B;
}
</style>
border-color css
<style>
span { border-color: #DBC64B; }
span { border-color: rgb(219,198,75); }
td.TdClassName
{
border-color: #DBC64B;
}
.TagClassName
{
border-color: #DBC64B;
}
</style>