Shades of Confetti #DBD14D
Tints of Confetti #DBD14D
RGB
CMYK
RGB Variations
Color information
#DBD14D (or 0xDBD14D) is known color: Confetti. HEX triplet: DB, D1 and 4D. RGB value is (219,209,77). Sum of RGB (Red+Green+Blue) = 219+209+77=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 209 (82.03% from 255 or 41.39% from 505); Blue value is 77 (30.47% from 255 or 15.25% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD14D is #242EB2. Grayscale: #C5C5C5. Windows color (decimal): -2371251 or 5099995. OLE color: 5099995.
HSL color Cylindrical-coordinate representation of color #DBD14D: hue angle of 55.77º 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 #DBD14D is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 77 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.14 |
| HSL | 55.77º | 0.66% | 0.58% | - |
| HSV(B) | 55.77º | 0.65% | 0.86% | - |
| XYZ | 53.35 | 61.2 | 16.02 | - |
| YUV | 196.94 | 60.31 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 77 | 0 | 0.05 | 0.65 | 0.14 | 55.77 | 0.66 | 0.58 |
| Hex | DB | D1 | 4D | 0 | 5 | 41 | E | 38 | 42 | 3A |
| Octal | 333 | 321 | 115 | 0 | 5 | 101 | 16 | 70 | 102 | 72 |
| Binary | 11011011 | 11010001 | 1001101 | 0 | 101 | 1000001 | 1110 | 111000 | 1000010 | 111010 |
Color Harmonies of #DBD14D
Complementary color
Monochromatic Colors of #DBD14D
Black with #DBD14D
Text Example
Text Example
White with #DBD14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD14D; }
p { color: rgb(219,209,77); }
H1.HeaderClassName
{
color: #DBD14D;
}
.AnyTagClassName
{
color: #DBD14D;
}
</style>
background-color css
<style>
a { background-color: #DBD14D; }
a { background-color: rgb(219,209,77); }
div.DivClassName
{
background-color: #DBD14D;
}
.BgClassName
{
background-color: #DBD14D;
}
</style>
border-color css
<style>
span { border-color: #DBD14D; }
span { border-color: rgb(219,209,77); }
td.TdClassName
{
border-color: #DBD14D;
}
.TagClassName
{
border-color: #DBD14D;
}
</style>