Shades of Confetti #DBCA57
Tints of Confetti #DBCA57
RGB
CMYK
RGB Variations
Color information
#DBCA57 (or 0xDBCA57) is known color: Confetti. HEX triplet: DB, CA and 57. RGB value is (219,202,87). Sum of RGB (Red+Green+Blue) = 219+202+87=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 202 (79.30% from 255 or 39.76% from 508); Blue value is 87 (34.38% from 255 or 17.13% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCA57 is #2435A8. Grayscale: #C2C2C2. Windows color (decimal): -2373033 or 5753563. OLE color: 5753563.
HSL color Cylindrical-coordinate representation of color #DBCA57: hue angle of 52.27º 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 #DBCA57 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 87 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.14 |
| HSL | 52.27º | 0.65% | 0.6% | - |
| HSV(B) | 52.27º | 0.6% | 0.86% | - |
| XYZ | 52.05 | 57.99 | 17.47 | - |
| YUV | 193.97 | 67.63 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 87 | 0 | 0.08 | 0.60 | 0.14 | 52.27 | 0.65 | 0.6 |
| Hex | DB | CA | 57 | 0 | 8 | 3C | E | 34 | 41 | 3C |
| Octal | 333 | 312 | 127 | 0 | 10 | 74 | 16 | 64 | 101 | 74 |
| Binary | 11011011 | 11001010 | 1010111 | 0 | 1000 | 111100 | 1110 | 110100 | 1000001 | 111100 |
Color Harmonies of #DBCA57
Complementary color
Monochromatic Colors of #DBCA57
Black with #DBCA57
Text Example
Text Example
White with #DBCA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA57; }
p { color: rgb(219,202,87); }
H1.HeaderClassName
{
color: #DBCA57;
}
.AnyTagClassName
{
color: #DBCA57;
}
</style>
background-color css
<style>
a { background-color: #DBCA57; }
a { background-color: rgb(219,202,87); }
div.DivClassName
{
background-color: #DBCA57;
}
.BgClassName
{
background-color: #DBCA57;
}
</style>
border-color css
<style>
span { border-color: #DBCA57; }
span { border-color: rgb(219,202,87); }
td.TdClassName
{
border-color: #DBCA57;
}
.TagClassName
{
border-color: #DBCA57;
}
</style>