Shades of Confetti #DBC642
Tints of Confetti #DBC642
RGB
CMYK
RGB Variations
Color information
#DBC642 (or 0xDBC642) is known color: Confetti. HEX triplet: DB, C6 and 42. RGB value is (219,198,66). Sum of RGB (Red+Green+Blue) = 219+198+66=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 198 (77.73% from 255 or 40.99% from 483); Blue value is 66 (26.17% from 255 or 13.66% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC642 is #2439BD. Grayscale: #BDBDBD. Windows color (decimal): -2374078 or 4376283. OLE color: 4376283.
HSL color Cylindrical-coordinate representation of color #DBC642: hue angle of 51.76º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBC642 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 66 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.14 |
| HSL | 51.76º | 0.68% | 0.56% | - |
| HSV(B) | 51.76º | 0.7% | 0.86% | - |
| XYZ | 50.39 | 55.84 | 13.28 | - |
| YUV | 189.23 | 58.46 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 66 | 0 | 0.10 | 0.70 | 0.14 | 51.76 | 0.68 | 0.56 |
| Hex | DB | C6 | 42 | 0 | A | 46 | E | 34 | 44 | 38 |
| Octal | 333 | 306 | 102 | 0 | 12 | 106 | 16 | 64 | 104 | 70 |
| Binary | 11011011 | 11000110 | 1000010 | 0 | 1010 | 1000110 | 1110 | 110100 | 1000100 | 111000 |
Color Harmonies of #DBC642
Complementary color
Monochromatic Colors of #DBC642
Black with #DBC642
Text Example
Text Example
White with #DBC642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC642; }
p { color: rgb(219,198,66); }
H1.HeaderClassName
{
color: #DBC642;
}
.AnyTagClassName
{
color: #DBC642;
}
</style>
background-color css
<style>
a { background-color: #DBC642; }
a { background-color: rgb(219,198,66); }
div.DivClassName
{
background-color: #DBC642;
}
.BgClassName
{
background-color: #DBC642;
}
</style>
border-color css
<style>
span { border-color: #DBC642; }
span { border-color: rgb(219,198,66); }
td.TdClassName
{
border-color: #DBC642;
}
.TagClassName
{
border-color: #DBC642;
}
</style>