Shades of Confetti #DBCD4A
Tints of Confetti #DBCD4A
RGB
CMYK
RGB Variations
Color information
#DBCD4A (or 0xDBCD4A) is known color: Confetti. HEX triplet: DB, CD and 4A. RGB value is (219,205,74). Sum of RGB (Red+Green+Blue) = 219+205+74=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 74 (29.30% from 255 or 14.86% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCD4A is #2432B5. Grayscale: #C2C2C2. Windows color (decimal): -2372278 or 4902363. OLE color: 4902363.
HSL color Cylindrical-coordinate representation of color #DBCD4A: hue angle of 54.21º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DBCD4A is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 74 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.14 |
| HSL | 54.21º | 0.67% | 0.57% | - |
| HSV(B) | 54.21º | 0.66% | 0.86% | - |
| XYZ | 52.28 | 59.22 | 15.15 | - |
| YUV | 194.25 | 60.14 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 74 | 0 | 0.06 | 0.66 | 0.14 | 54.21 | 0.67 | 0.57 |
| Hex | DB | CD | 4A | 0 | 6 | 42 | E | 36 | 43 | 39 |
| Octal | 333 | 315 | 112 | 0 | 6 | 102 | 16 | 66 | 103 | 71 |
| Binary | 11011011 | 11001101 | 1001010 | 0 | 110 | 1000010 | 1110 | 110110 | 1000011 | 111001 |
Color Harmonies of #DBCD4A
Complementary color
Monochromatic Colors of #DBCD4A
Black with #DBCD4A
Text Example
Text Example
White with #DBCD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCD4A; }
p { color: rgb(219,205,74); }
H1.HeaderClassName
{
color: #DBCD4A;
}
.AnyTagClassName
{
color: #DBCD4A;
}
</style>
background-color css
<style>
a { background-color: #DBCD4A; }
a { background-color: rgb(219,205,74); }
div.DivClassName
{
background-color: #DBCD4A;
}
.BgClassName
{
background-color: #DBCD4A;
}
</style>
border-color css
<style>
span { border-color: #DBCD4A; }
span { border-color: rgb(219,205,74); }
td.TdClassName
{
border-color: #DBCD4A;
}
.TagClassName
{
border-color: #DBCD4A;
}
</style>