Shades of Confetti #DBC552
Tints of Confetti #DBC552
RGB
CMYK
RGB Variations
Color information
#DBC552 (or 0xDBC552) is known color: Confetti. HEX triplet: DB, C5 and 52. RGB value is (219,197,82). Sum of RGB (Red+Green+Blue) = 219+197+82=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 197 (77.34% from 255 or 39.56% from 498); Blue value is 82 (32.42% from 255 or 16.47% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC552 is #243AAD. Grayscale: #BEBEBE. Windows color (decimal): -2374318 or 5424603. OLE color: 5424603.
HSL color Cylindrical-coordinate representation of color #DBC552: hue angle of 50.36º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBC552 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 82 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.14 |
| HSL | 50.36º | 0.66% | 0.59% | - |
| HSV(B) | 50.36º | 0.63% | 0.86% | - |
| XYZ | 50.7 | 55.6 | 16.04 | - |
| YUV | 190.47 | 66.79 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 82 | 0 | 0.10 | 0.63 | 0.14 | 50.36 | 0.66 | 0.59 |
| Hex | DB | C5 | 52 | 0 | A | 3F | E | 32 | 42 | 3B |
| Octal | 333 | 305 | 122 | 0 | 12 | 77 | 16 | 62 | 102 | 73 |
| Binary | 11011011 | 11000101 | 1010010 | 0 | 1010 | 111111 | 1110 | 110010 | 1000010 | 111011 |
Color Harmonies of #DBC552
Complementary color
Monochromatic Colors of #DBC552
Black with #DBC552
Text Example
Text Example
White with #DBC552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC552; }
p { color: rgb(219,197,82); }
H1.HeaderClassName
{
color: #DBC552;
}
.AnyTagClassName
{
color: #DBC552;
}
</style>
background-color css
<style>
a { background-color: #DBC552; }
a { background-color: rgb(219,197,82); }
div.DivClassName
{
background-color: #DBC552;
}
.BgClassName
{
background-color: #DBC552;
}
</style>
border-color css
<style>
span { border-color: #DBC552; }
span { border-color: rgb(219,197,82); }
td.TdClassName
{
border-color: #DBC552;
}
.TagClassName
{
border-color: #DBC552;
}
</style>