Shades of Confetti #DBC74D
Tints of Confetti #DBC74D
RGB
CMYK
RGB Variations
Color information
#DBC74D (or 0xDBC74D) is known color: Confetti. HEX triplet: DB, C7 and 4D. RGB value is (219,199,77). Sum of RGB (Red+Green+Blue) = 219+199+77=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 199 (78.12% from 255 or 40.20% from 495); Blue value is 77 (30.47% from 255 or 15.56% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC74D is #2438B2. Grayscale: #BFBFBF. Windows color (decimal): -2373811 or 5097435. OLE color: 5097435.
HSL color Cylindrical-coordinate representation of color #DBC74D: hue angle of 51.55º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DBC74D is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 199 | 77 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.14 |
| HSL | 51.55º | 0.66% | 0.58% | - |
| HSV(B) | 51.55º | 0.65% | 0.86% | - |
| XYZ | 50.98 | 56.44 | 15.23 | - |
| YUV | 191.07 | 63.63 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 77 | 0 | 0.09 | 0.65 | 0.14 | 51.55 | 0.66 | 0.58 |
| Hex | DB | C7 | 4D | 0 | 9 | 41 | E | 34 | 42 | 3A |
| Octal | 333 | 307 | 115 | 0 | 11 | 101 | 16 | 64 | 102 | 72 |
| Binary | 11011011 | 11000111 | 1001101 | 0 | 1001 | 1000001 | 1110 | 110100 | 1000010 | 111010 |
Color Harmonies of #DBC74D
Complementary color
Monochromatic Colors of #DBC74D
Black with #DBC74D
Text Example
Text Example
White with #DBC74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC74D; }
p { color: rgb(219,199,77); }
H1.HeaderClassName
{
color: #DBC74D;
}
.AnyTagClassName
{
color: #DBC74D;
}
</style>
background-color css
<style>
a { background-color: #DBC74D; }
a { background-color: rgb(219,199,77); }
div.DivClassName
{
background-color: #DBC74D;
}
.BgClassName
{
background-color: #DBC74D;
}
</style>
border-color css
<style>
span { border-color: #DBC74D; }
span { border-color: rgb(219,199,77); }
td.TdClassName
{
border-color: #DBC74D;
}
.TagClassName
{
border-color: #DBC74D;
}
</style>