Shades of Confetti #DBCB4F
Tints of Confetti #DBCB4F
RGB
CMYK
RGB Variations
Color information
#DBCB4F (or 0xDBCB4F) is known color: Confetti. HEX triplet: DB, CB and 4F. RGB value is (219,203,79). Sum of RGB (Red+Green+Blue) = 219+203+79=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 79 (31.25% from 255 or 15.77% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCB4F is #2434B0. Grayscale: #C2C2C2. Windows color (decimal): -2372785 or 5229531. OLE color: 5229531.
HSL color Cylindrical-coordinate representation of color #DBCB4F: hue angle of 53.14º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DBCB4F is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 79 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.14 |
| HSL | 53.14º | 0.66% | 0.58% | - |
| HSV(B) | 53.14º | 0.64% | 0.86% | - |
| XYZ | 51.98 | 58.34 | 15.92 | - |
| YUV | 193.65 | 63.3 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 79 | 0 | 0.07 | 0.64 | 0.14 | 53.14 | 0.66 | 0.58 |
| Hex | DB | CB | 4F | 0 | 7 | 40 | E | 35 | 42 | 3A |
| Octal | 333 | 313 | 117 | 0 | 7 | 100 | 16 | 65 | 102 | 72 |
| Binary | 11011011 | 11001011 | 1001111 | 0 | 111 | 1000000 | 1110 | 110101 | 1000010 | 111010 |
Color Harmonies of #DBCB4F
Complementary color
Monochromatic Colors of #DBCB4F
Black with #DBCB4F
Text Example
Text Example
White with #DBCB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB4F; }
p { color: rgb(219,203,79); }
H1.HeaderClassName
{
color: #DBCB4F;
}
.AnyTagClassName
{
color: #DBCB4F;
}
</style>
background-color css
<style>
a { background-color: #DBCB4F; }
a { background-color: rgb(219,203,79); }
div.DivClassName
{
background-color: #DBCB4F;
}
.BgClassName
{
background-color: #DBCB4F;
}
</style>
border-color css
<style>
span { border-color: #DBCB4F; }
span { border-color: rgb(219,203,79); }
td.TdClassName
{
border-color: #DBCB4F;
}
.TagClassName
{
border-color: #DBCB4F;
}
</style>