Shades of Confetti #DBD24A
Tints of Confetti #DBD24A
RGB
CMYK
RGB Variations
Color information
#DBD24A (or 0xDBD24A) is known color: Confetti. HEX triplet: DB, D2 and 4A. RGB value is (219,210,74). Sum of RGB (Red+Green+Blue) = 219+210+74=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 210 (82.42% from 255 or 41.75% from 503); Blue value is 74 (29.30% from 255 or 14.71% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD24A is #242DB5. Grayscale: #C5C5C5. Windows color (decimal): -2370998 or 4903643. OLE color: 4903643.
HSL color Cylindrical-coordinate representation of color #DBD24A: hue angle of 56.28º 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 #DBD24A is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 74 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.14 |
| HSL | 56.28º | 0.67% | 0.57% | - |
| HSV(B) | 56.28º | 0.66% | 0.86% | - |
| XYZ | 53.5 | 61.65 | 15.56 | - |
| YUV | 197.19 | 58.48 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 74 | 0 | 0.04 | 0.66 | 0.14 | 56.28 | 0.67 | 0.57 |
| Hex | DB | D2 | 4A | 0 | 4 | 42 | E | 38 | 43 | 39 |
| Octal | 333 | 322 | 112 | 0 | 4 | 102 | 16 | 70 | 103 | 71 |
| Binary | 11011011 | 11010010 | 1001010 | 0 | 100 | 1000010 | 1110 | 111000 | 1000011 | 111001 |
Color Harmonies of #DBD24A
Complementary color
Monochromatic Colors of #DBD24A
Black with #DBD24A
Text Example
Text Example
White with #DBD24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD24A; }
p { color: rgb(219,210,74); }
H1.HeaderClassName
{
color: #DBD24A;
}
.AnyTagClassName
{
color: #DBD24A;
}
</style>
background-color css
<style>
a { background-color: #DBD24A; }
a { background-color: rgb(219,210,74); }
div.DivClassName
{
background-color: #DBD24A;
}
.BgClassName
{
background-color: #DBD24A;
}
</style>
border-color css
<style>
span { border-color: #DBD24A; }
span { border-color: rgb(219,210,74); }
td.TdClassName
{
border-color: #DBD24A;
}
.TagClassName
{
border-color: #DBD24A;
}
</style>