Shades of Confetti #DBCF4D
Tints of Confetti #DBCF4D
RGB
CMYK
RGB Variations
Color information
#DBCF4D (or 0xDBCF4D) is known color: Confetti. HEX triplet: DB, CF and 4D. RGB value is (219,207,77). Sum of RGB (Red+Green+Blue) = 219+207+77=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 77 (30.47% from 255 or 15.31% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCF4D is #2430B2. Grayscale: #C4C4C4. Windows color (decimal): -2371763 or 5099483. OLE color: 5099483.
HSL color Cylindrical-coordinate representation of color #DBCF4D: hue angle of 54.93º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DBCF4D is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 77 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.14 |
| HSL | 54.93º | 0.66% | 0.58% | - |
| HSV(B) | 54.93º | 0.65% | 0.86% | - |
| XYZ | 52.87 | 60.22 | 15.86 | - |
| YUV | 195.77 | 60.98 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 77 | 0 | 0.05 | 0.65 | 0.14 | 54.93 | 0.66 | 0.58 |
| Hex | DB | CF | 4D | 0 | 5 | 41 | E | 37 | 42 | 3A |
| Octal | 333 | 317 | 115 | 0 | 5 | 101 | 16 | 67 | 102 | 72 |
| Binary | 11011011 | 11001111 | 1001101 | 0 | 101 | 1000001 | 1110 | 110111 | 1000010 | 111010 |
Color Harmonies of #DBCF4D
Complementary color
Monochromatic Colors of #DBCF4D
Black with #DBCF4D
Text Example
Text Example
White with #DBCF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCF4D; }
p { color: rgb(219,207,77); }
H1.HeaderClassName
{
color: #DBCF4D;
}
.AnyTagClassName
{
color: #DBCF4D;
}
</style>
background-color css
<style>
a { background-color: #DBCF4D; }
a { background-color: rgb(219,207,77); }
div.DivClassName
{
background-color: #DBCF4D;
}
.BgClassName
{
background-color: #DBCF4D;
}
</style>
border-color css
<style>
span { border-color: #DBCF4D; }
span { border-color: rgb(219,207,77); }
td.TdClassName
{
border-color: #DBCF4D;
}
.TagClassName
{
border-color: #DBCF4D;
}
</style>