Shades of Confetti #DBC943
Tints of Confetti #DBC943
RGB
CMYK
RGB Variations
Color information
#DBC943 (or 0xDBC943) is known color: Confetti. HEX triplet: DB, C9 and 43. RGB value is (219,201,67). Sum of RGB (Red+Green+Blue) = 219+201+67=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 67 (26.56% from 255 or 13.76% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC943 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC943 is #2436BC. Grayscale: #BFBFBF. Windows color (decimal): -2373309 or 4442587. OLE color: 4442587.
HSL color Cylindrical-coordinate representation of color #DBC943: hue angle of 52.89º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DBC943 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 67 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.14 |
| HSL | 52.89º | 0.68% | 0.56% | - |
| HSV(B) | 52.89º | 0.69% | 0.86% | - |
| XYZ | 51.11 | 57.24 | 13.66 | - |
| YUV | 191.11 | 57.96 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 67 | 0 | 0.08 | 0.69 | 0.14 | 52.89 | 0.68 | 0.56 |
| Hex | DB | C9 | 43 | 0 | 8 | 45 | E | 35 | 44 | 38 |
| Octal | 333 | 311 | 103 | 0 | 10 | 105 | 16 | 65 | 104 | 70 |
| Binary | 11011011 | 11001001 | 1000011 | 0 | 1000 | 1000101 | 1110 | 110101 | 1000100 | 111000 |
Color Harmonies of #DBC943
Complementary color
Monochromatic Colors of #DBC943
Black with #DBC943
Text Example
Text Example
White with #DBC943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC943; }
p { color: rgb(219,201,67); }
H1.HeaderClassName
{
color: #DBC943;
}
.AnyTagClassName
{
color: #DBC943;
}
</style>
background-color css
<style>
a { background-color: #DBC943; }
a { background-color: rgb(219,201,67); }
div.DivClassName
{
background-color: #DBC943;
}
.BgClassName
{
background-color: #DBC943;
}
</style>
border-color css
<style>
span { border-color: #DBC943; }
span { border-color: rgb(219,201,67); }
td.TdClassName
{
border-color: #DBC943;
}
.TagClassName
{
border-color: #DBC943;
}
</style>