Shades of Confetti #DBC446
Tints of Confetti #DBC446
RGB
CMYK
RGB Variations
Color information
#DBC446 (or 0xDBC446) is known color: Confetti. HEX triplet: DB, C4 and 46. RGB value is (219,196,70). Sum of RGB (Red+Green+Blue) = 219+196+70=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 196 (76.95% from 255 or 40.41% from 485); Blue value is 70 (27.73% from 255 or 14.43% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC446 is #243BB9. Grayscale: #BDBDBD. Windows color (decimal): -2374586 or 4637915. OLE color: 4637915.
HSL color Cylindrical-coordinate representation of color #DBC446: hue angle of 50.74º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBC446 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 196 | 70 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.14 |
| HSL | 50.74º | 0.67% | 0.57% | - |
| HSV(B) | 50.74º | 0.68% | 0.86% | - |
| XYZ | 50.06 | 54.98 | 13.77 | - |
| YUV | 188.51 | 61.12 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 196 | 70 | 0 | 0.11 | 0.68 | 0.14 | 50.74 | 0.67 | 0.57 |
| Hex | DB | C4 | 46 | 0 | B | 44 | E | 33 | 43 | 39 |
| Octal | 333 | 304 | 106 | 0 | 13 | 104 | 16 | 63 | 103 | 71 |
| Binary | 11011011 | 11000100 | 1000110 | 0 | 1011 | 1000100 | 1110 | 110011 | 1000011 | 111001 |
Color Harmonies of #DBC446
Complementary color
Monochromatic Colors of #DBC446
Black with #DBC446
Text Example
Text Example
White with #DBC446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC446; }
p { color: rgb(219,196,70); }
H1.HeaderClassName
{
color: #DBC446;
}
.AnyTagClassName
{
color: #DBC446;
}
</style>
background-color css
<style>
a { background-color: #DBC446; }
a { background-color: rgb(219,196,70); }
div.DivClassName
{
background-color: #DBC446;
}
.BgClassName
{
background-color: #DBC446;
}
</style>
border-color css
<style>
span { border-color: #DBC446; }
span { border-color: rgb(219,196,70); }
td.TdClassName
{
border-color: #DBC446;
}
.TagClassName
{
border-color: #DBC446;
}
</style>