Shades of Confetti #DBCD4D
Tints of Confetti #DBCD4D
RGB
CMYK
RGB Variations
Color information
#DBCD4D (or 0xDBCD4D) is known color: Confetti. HEX triplet: DB, CD and 4D. RGB value is (219,205,77). Sum of RGB (Red+Green+Blue) = 219+205+77=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 77 (30.47% from 255 or 15.37% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCD4D is #2432B2. Grayscale: #C3C3C3. Windows color (decimal): -2372275 or 5098971. OLE color: 5098971.
HSL color Cylindrical-coordinate representation of color #DBCD4D: hue angle of 54.08º 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 #DBCD4D is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 77 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.14 |
| HSL | 54.08º | 0.66% | 0.58% | - |
| HSV(B) | 54.08º | 0.65% | 0.86% | - |
| XYZ | 52.38 | 59.26 | 15.7 | - |
| YUV | 194.59 | 61.64 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 77 | 0 | 0.06 | 0.65 | 0.14 | 54.08 | 0.66 | 0.58 |
| Hex | DB | CD | 4D | 0 | 6 | 41 | E | 36 | 42 | 3A |
| Octal | 333 | 315 | 115 | 0 | 6 | 101 | 16 | 66 | 102 | 72 |
| Binary | 11011011 | 11001101 | 1001101 | 0 | 110 | 1000001 | 1110 | 110110 | 1000010 | 111010 |
Color Harmonies of #DBCD4D
Complementary color
Monochromatic Colors of #DBCD4D
Black with #DBCD4D
Text Example
Text Example
White with #DBCD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCD4D; }
p { color: rgb(219,205,77); }
H1.HeaderClassName
{
color: #DBCD4D;
}
.AnyTagClassName
{
color: #DBCD4D;
}
</style>
background-color css
<style>
a { background-color: #DBCD4D; }
a { background-color: rgb(219,205,77); }
div.DivClassName
{
background-color: #DBCD4D;
}
.BgClassName
{
background-color: #DBCD4D;
}
</style>
border-color css
<style>
span { border-color: #DBCD4D; }
span { border-color: rgb(219,205,77); }
td.TdClassName
{
border-color: #DBCD4D;
}
.TagClassName
{
border-color: #DBCD4D;
}
</style>