Shades of Confetti #DBC953
Tints of Confetti #DBC953
RGB
CMYK
RGB Variations
Color information
#DBC953 (or 0xDBC953) is known color: Confetti. HEX triplet: DB, C9 and 53. RGB value is (219,201,83). Sum of RGB (Red+Green+Blue) = 219+201+83=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 83 (32.81% from 255 or 16.50% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC953 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC953 is #2436AC. Grayscale: #C1C1C1. Windows color (decimal): -2373293 or 5491163. OLE color: 5491163.
HSL color Cylindrical-coordinate representation of color #DBC953: hue angle of 52.06º 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 #DBC953 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 83 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.14 |
| HSL | 52.06º | 0.65% | 0.59% | - |
| HSV(B) | 52.06º | 0.62% | 0.86% | - |
| XYZ | 51.66 | 57.46 | 16.55 | - |
| YUV | 192.93 | 65.96 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 83 | 0 | 0.08 | 0.62 | 0.14 | 52.06 | 0.65 | 0.59 |
| Hex | DB | C9 | 53 | 0 | 8 | 3E | E | 34 | 41 | 3B |
| Octal | 333 | 311 | 123 | 0 | 10 | 76 | 16 | 64 | 101 | 73 |
| Binary | 11011011 | 11001001 | 1010011 | 0 | 1000 | 111110 | 1110 | 110100 | 1000001 | 111011 |
Color Harmonies of #DBC953
Complementary color
Monochromatic Colors of #DBC953
Black with #DBC953
Text Example
Text Example
White with #DBC953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC953; }
p { color: rgb(219,201,83); }
H1.HeaderClassName
{
color: #DBC953;
}
.AnyTagClassName
{
color: #DBC953;
}
</style>
background-color css
<style>
a { background-color: #DBC953; }
a { background-color: rgb(219,201,83); }
div.DivClassName
{
background-color: #DBC953;
}
.BgClassName
{
background-color: #DBC953;
}
</style>
border-color css
<style>
span { border-color: #DBC953; }
span { border-color: rgb(219,201,83); }
td.TdClassName
{
border-color: #DBC953;
}
.TagClassName
{
border-color: #DBC953;
}
</style>