Shades of Confetti #DBC753
Tints of Confetti #DBC753
RGB
CMYK
RGB Variations
Color information
#DBC753 (or 0xDBC753) is known color: Confetti. HEX triplet: DB, C7 and 53. RGB value is (219,199,83). Sum of RGB (Red+Green+Blue) = 219+199+83=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 199 (78.12% from 255 or 39.72% from 501); Blue value is 83 (32.81% from 255 or 16.57% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC753 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC753 is #2438AC. Grayscale: #C0C0C0. Windows color (decimal): -2373805 or 5490651. OLE color: 5490651.
HSL color Cylindrical-coordinate representation of color #DBC753: hue angle of 51.18º 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 #DBC753 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 199 | 83 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.14 |
| HSL | 51.18º | 0.65% | 0.59% | - |
| HSV(B) | 51.18º | 0.62% | 0.86% | - |
| XYZ | 51.2 | 56.53 | 16.4 | - |
| YUV | 191.76 | 66.63 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 83 | 0 | 0.09 | 0.62 | 0.14 | 51.18 | 0.65 | 0.59 |
| Hex | DB | C7 | 53 | 0 | 9 | 3E | E | 33 | 41 | 3B |
| Octal | 333 | 307 | 123 | 0 | 11 | 76 | 16 | 63 | 101 | 73 |
| Binary | 11011011 | 11000111 | 1010011 | 0 | 1001 | 111110 | 1110 | 110011 | 1000001 | 111011 |
Color Harmonies of #DBC753
Complementary color
Monochromatic Colors of #DBC753
Black with #DBC753
Text Example
Text Example
White with #DBC753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC753; }
p { color: rgb(219,199,83); }
H1.HeaderClassName
{
color: #DBC753;
}
.AnyTagClassName
{
color: #DBC753;
}
</style>
background-color css
<style>
a { background-color: #DBC753; }
a { background-color: rgb(219,199,83); }
div.DivClassName
{
background-color: #DBC753;
}
.BgClassName
{
background-color: #DBC753;
}
</style>
border-color css
<style>
span { border-color: #DBC753; }
span { border-color: rgb(219,199,83); }
td.TdClassName
{
border-color: #DBC753;
}
.TagClassName
{
border-color: #DBC753;
}
</style>