Shades of Confetti #DBC853
Tints of Confetti #DBC853
RGB
CMYK
RGB Variations
Color information
#DBC853 (or 0xDBC853) is known color: Confetti. HEX triplet: DB, C8 and 53. RGB value is (219,200,83). Sum of RGB (Red+Green+Blue) = 219+200+83=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 200 (78.52% from 255 or 39.84% from 502); Blue value is 83 (32.81% from 255 or 16.53% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC853 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC853 is #2437AC. Grayscale: #C0C0C0. Windows color (decimal): -2373549 or 5490907. OLE color: 5490907.
HSL color Cylindrical-coordinate representation of color #DBC853: hue angle of 51.62º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DBC853 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 83 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.14 |
| HSL | 51.62º | 0.65% | 0.59% | - |
| HSV(B) | 51.62º | 0.62% | 0.86% | - |
| XYZ | 51.43 | 56.99 | 16.47 | - |
| YUV | 192.34 | 66.29 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 83 | 0 | 0.09 | 0.62 | 0.14 | 51.62 | 0.65 | 0.59 |
| Hex | DB | C8 | 53 | 0 | 9 | 3E | E | 34 | 41 | 3B |
| Octal | 333 | 310 | 123 | 0 | 11 | 76 | 16 | 64 | 101 | 73 |
| Binary | 11011011 | 11001000 | 1010011 | 0 | 1001 | 111110 | 1110 | 110100 | 1000001 | 111011 |
Color Harmonies of #DBC853
Complementary color
Monochromatic Colors of #DBC853
Black with #DBC853
Text Example
Text Example
White with #DBC853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC853; }
p { color: rgb(219,200,83); }
H1.HeaderClassName
{
color: #DBC853;
}
.AnyTagClassName
{
color: #DBC853;
}
</style>
background-color css
<style>
a { background-color: #DBC853; }
a { background-color: rgb(219,200,83); }
div.DivClassName
{
background-color: #DBC853;
}
.BgClassName
{
background-color: #DBC853;
}
</style>
border-color css
<style>
span { border-color: #DBC853; }
span { border-color: rgb(219,200,83); }
td.TdClassName
{
border-color: #DBC853;
}
.TagClassName
{
border-color: #DBC853;
}
</style>