Shades of Confetti #DBD54A
Tints of Confetti #DBD54A
RGB
CMYK
RGB Variations
Color information
#DBD54A (or 0xDBD54A) is known color: Confetti. HEX triplet: DB, D5 and 4A. RGB value is (219,213,74). Sum of RGB (Red+Green+Blue) = 219+213+74=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 213 (83.59% from 255 or 42.09% from 506); Blue value is 74 (29.30% from 255 or 14.62% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD54A is #242AB5. Grayscale: #C7C7C7. Windows color (decimal): -2370230 or 4904411. OLE color: 4904411.
HSL color Cylindrical-coordinate representation of color #DBD54A: hue angle of 57.52º 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 #DBD54A is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 74 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.14 |
| HSL | 57.52º | 0.67% | 0.57% | - |
| HSV(B) | 57.52º | 0.66% | 0.86% | - |
| XYZ | 54.24 | 63.14 | 15.81 | - |
| YUV | 198.95 | 57.49 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 74 | 0 | 0.03 | 0.66 | 0.14 | 57.52 | 0.67 | 0.57 |
| Hex | DB | D5 | 4A | 0 | 3 | 42 | E | 3A | 43 | 39 |
| Octal | 333 | 325 | 112 | 0 | 3 | 102 | 16 | 72 | 103 | 71 |
| Binary | 11011011 | 11010101 | 1001010 | 0 | 11 | 1000010 | 1110 | 111010 | 1000011 | 111001 |
Color Harmonies of #DBD54A
Complementary color
Monochromatic Colors of #DBD54A
Black with #DBD54A
Text Example
Text Example
White with #DBD54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD54A; }
p { color: rgb(219,213,74); }
H1.HeaderClassName
{
color: #DBD54A;
}
.AnyTagClassName
{
color: #DBD54A;
}
</style>
background-color css
<style>
a { background-color: #DBD54A; }
a { background-color: rgb(219,213,74); }
div.DivClassName
{
background-color: #DBD54A;
}
.BgClassName
{
background-color: #DBD54A;
}
</style>
border-color css
<style>
span { border-color: #DBD54A; }
span { border-color: rgb(219,213,74); }
td.TdClassName
{
border-color: #DBD54A;
}
.TagClassName
{
border-color: #DBD54A;
}
</style>