Shades of Confetti #DBCD4F
Tints of Confetti #DBCD4F
RGB
CMYK
RGB Variations
Color information
#DBCD4F (or 0xDBCD4F) is known color: Confetti. HEX triplet: DB, CD and 4F. RGB value is (219,205,79). Sum of RGB (Red+Green+Blue) = 219+205+79=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 79 (31.25% from 255 or 15.71% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCD4F is #2432B0. Grayscale: #C3C3C3. Windows color (decimal): -2372273 or 5230043. OLE color: 5230043.
HSL color Cylindrical-coordinate representation of color #DBCD4F: hue angle of 54º 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 #DBCD4F is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 79 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.14 |
| HSL | 54º | 0.66% | 0.58% | - |
| HSV(B) | 54º | 0.64% | 0.86% | - |
| XYZ | 52.46 | 59.29 | 16.08 | - |
| YUV | 194.82 | 62.64 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 79 | 0 | 0.06 | 0.64 | 0.14 | 54 | 0.66 | 0.58 |
| Hex | DB | CD | 4F | 0 | 6 | 40 | E | 36 | 42 | 3A |
| Octal | 333 | 315 | 117 | 0 | 6 | 100 | 16 | 66 | 102 | 72 |
| Binary | 11011011 | 11001101 | 1001111 | 0 | 110 | 1000000 | 1110 | 110110 | 1000010 | 111010 |
Color Harmonies of #DBCD4F
Complementary color
Monochromatic Colors of #DBCD4F
Black with #DBCD4F
Text Example
Text Example
White with #DBCD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCD4F; }
p { color: rgb(219,205,79); }
H1.HeaderClassName
{
color: #DBCD4F;
}
.AnyTagClassName
{
color: #DBCD4F;
}
</style>
background-color css
<style>
a { background-color: #DBCD4F; }
a { background-color: rgb(219,205,79); }
div.DivClassName
{
background-color: #DBCD4F;
}
.BgClassName
{
background-color: #DBCD4F;
}
</style>
border-color css
<style>
span { border-color: #DBCD4F; }
span { border-color: rgb(219,205,79); }
td.TdClassName
{
border-color: #DBCD4F;
}
.TagClassName
{
border-color: #DBCD4F;
}
</style>