Shades of Confetti #DBCB57
Tints of Confetti #DBCB57
RGB
CMYK
RGB Variations
Color information
#DBCB57 (or 0xDBCB57) is known color: Confetti. HEX triplet: DB, CB and 57. RGB value is (219,203,87). Sum of RGB (Red+Green+Blue) = 219+203+87=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 87 (34.38% from 255 or 17.09% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCB57 is #2434A8. Grayscale: #C3C3C3. Windows color (decimal): -2372777 or 5753819. OLE color: 5753819.
HSL color Cylindrical-coordinate representation of color #DBCB57: hue angle of 52.73º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBCB57 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 87 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.14 |
| HSL | 52.73º | 0.65% | 0.6% | - |
| HSV(B) | 52.73º | 0.6% | 0.86% | - |
| XYZ | 52.29 | 58.46 | 17.54 | - |
| YUV | 194.56 | 67.3 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 87 | 0 | 0.07 | 0.60 | 0.14 | 52.73 | 0.65 | 0.6 |
| Hex | DB | CB | 57 | 0 | 7 | 3C | E | 35 | 41 | 3C |
| Octal | 333 | 313 | 127 | 0 | 7 | 74 | 16 | 65 | 101 | 74 |
| Binary | 11011011 | 11001011 | 1010111 | 0 | 111 | 111100 | 1110 | 110101 | 1000001 | 111100 |
Color Harmonies of #DBCB57
Complementary color
Monochromatic Colors of #DBCB57
Black with #DBCB57
Text Example
Text Example
White with #DBCB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB57; }
p { color: rgb(219,203,87); }
H1.HeaderClassName
{
color: #DBCB57;
}
.AnyTagClassName
{
color: #DBCB57;
}
</style>
background-color css
<style>
a { background-color: #DBCB57; }
a { background-color: rgb(219,203,87); }
div.DivClassName
{
background-color: #DBCB57;
}
.BgClassName
{
background-color: #DBCB57;
}
</style>
border-color css
<style>
span { border-color: #DBCB57; }
span { border-color: rgb(219,203,87); }
td.TdClassName
{
border-color: #DBCB57;
}
.TagClassName
{
border-color: #DBCB57;
}
</style>