Shades of Confetti #DBC54A
Tints of Confetti #DBC54A
RGB
CMYK
RGB Variations
Color information
#DBC54A (or 0xDBC54A) is known color: Confetti. HEX triplet: DB, C5 and 4A. RGB value is (219,197,74). Sum of RGB (Red+Green+Blue) = 219+197+74=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 74 (29.30% from 255 or 15.10% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC54A is #243AB5. Grayscale: #BEBEBE. Windows color (decimal): -2374326 or 4900315. OLE color: 4900315.
HSL color Cylindrical-coordinate representation of color #DBC54A: hue angle of 50.9º 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 #DBC54A is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 74 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.14 |
| HSL | 50.9º | 0.67% | 0.57% | - |
| HSV(B) | 50.9º | 0.66% | 0.86% | - |
| XYZ | 50.42 | 55.49 | 14.53 | - |
| YUV | 189.56 | 62.79 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 74 | 0 | 0.10 | 0.66 | 0.14 | 50.9 | 0.67 | 0.57 |
| Hex | DB | C5 | 4A | 0 | A | 42 | E | 33 | 43 | 39 |
| Octal | 333 | 305 | 112 | 0 | 12 | 102 | 16 | 63 | 103 | 71 |
| Binary | 11011011 | 11000101 | 1001010 | 0 | 1010 | 1000010 | 1110 | 110011 | 1000011 | 111001 |
Color Harmonies of #DBC54A
Complementary color
Monochromatic Colors of #DBC54A
Black with #DBC54A
Text Example
Text Example
White with #DBC54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC54A; }
p { color: rgb(219,197,74); }
H1.HeaderClassName
{
color: #DBC54A;
}
.AnyTagClassName
{
color: #DBC54A;
}
</style>
background-color css
<style>
a { background-color: #DBC54A; }
a { background-color: rgb(219,197,74); }
div.DivClassName
{
background-color: #DBC54A;
}
.BgClassName
{
background-color: #DBC54A;
}
</style>
border-color css
<style>
span { border-color: #DBC54A; }
span { border-color: rgb(219,197,74); }
td.TdClassName
{
border-color: #DBC54A;
}
.TagClassName
{
border-color: #DBC54A;
}
</style>