Shades of Confetti #DBC54F
Tints of Confetti #DBC54F
RGB
CMYK
RGB Variations
Color information
#DBC54F (or 0xDBC54F) is known color: Confetti. HEX triplet: DB, C5 and 4F. RGB value is (219,197,79). Sum of RGB (Red+Green+Blue) = 219+197+79=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 197 (77.34% from 255 or 39.80% from 495); Blue value is 79 (31.25% from 255 or 15.96% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC54F is #243AB0. Grayscale: #BEBEBE. Windows color (decimal): -2374321 or 5227995. OLE color: 5227995.
HSL color Cylindrical-coordinate representation of color #DBC54F: hue angle of 50.57º 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 #DBC54F is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 79 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.14 |
| HSL | 50.57º | 0.66% | 0.58% | - |
| HSV(B) | 50.57º | 0.64% | 0.86% | - |
| XYZ | 50.59 | 55.56 | 15.45 | - |
| YUV | 190.13 | 65.29 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 79 | 0 | 0.10 | 0.64 | 0.14 | 50.57 | 0.66 | 0.58 |
| Hex | DB | C5 | 4F | 0 | A | 40 | E | 33 | 42 | 3A |
| Octal | 333 | 305 | 117 | 0 | 12 | 100 | 16 | 63 | 102 | 72 |
| Binary | 11011011 | 11000101 | 1001111 | 0 | 1010 | 1000000 | 1110 | 110011 | 1000010 | 111010 |
Color Harmonies of #DBC54F
Complementary color
Monochromatic Colors of #DBC54F
Black with #DBC54F
Text Example
Text Example
White with #DBC54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC54F; }
p { color: rgb(219,197,79); }
H1.HeaderClassName
{
color: #DBC54F;
}
.AnyTagClassName
{
color: #DBC54F;
}
</style>
background-color css
<style>
a { background-color: #DBC54F; }
a { background-color: rgb(219,197,79); }
div.DivClassName
{
background-color: #DBC54F;
}
.BgClassName
{
background-color: #DBC54F;
}
</style>
border-color css
<style>
span { border-color: #DBC54F; }
span { border-color: rgb(219,197,79); }
td.TdClassName
{
border-color: #DBC54F;
}
.TagClassName
{
border-color: #DBC54F;
}
</style>