Shades of Confetti #DBC84B
Tints of Confetti #DBC84B
RGB
CMYK
RGB Variations
Color information
#DBC84B (or 0xDBC84B) is known color: Confetti. HEX triplet: DB, C8 and 4B. RGB value is (219,200,75). Sum of RGB (Red+Green+Blue) = 219+200+75=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 75 (29.69% from 255 or 15.18% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC84B is #2437B4. Grayscale: #BFBFBF. Windows color (decimal): -2373557 or 4966619. OLE color: 4966619.
HSL color Cylindrical-coordinate representation of color #DBC84B: hue angle of 52.08º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DBC84B is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 75 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.14 |
| HSL | 52.08º | 0.67% | 0.58% | - |
| HSV(B) | 52.08º | 0.66% | 0.86% | - |
| XYZ | 51.14 | 56.88 | 14.94 | - |
| YUV | 191.43 | 62.29 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 75 | 0 | 0.09 | 0.66 | 0.14 | 52.08 | 0.67 | 0.58 |
| Hex | DB | C8 | 4B | 0 | 9 | 42 | E | 34 | 43 | 3A |
| Octal | 333 | 310 | 113 | 0 | 11 | 102 | 16 | 64 | 103 | 72 |
| Binary | 11011011 | 11001000 | 1001011 | 0 | 1001 | 1000010 | 1110 | 110100 | 1000011 | 111010 |
Color Harmonies of #DBC84B
Complementary color
Monochromatic Colors of #DBC84B
Black with #DBC84B
Text Example
Text Example
White with #DBC84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC84B; }
p { color: rgb(219,200,75); }
H1.HeaderClassName
{
color: #DBC84B;
}
.AnyTagClassName
{
color: #DBC84B;
}
</style>
background-color css
<style>
a { background-color: #DBC84B; }
a { background-color: rgb(219,200,75); }
div.DivClassName
{
background-color: #DBC84B;
}
.BgClassName
{
background-color: #DBC84B;
}
</style>
border-color css
<style>
span { border-color: #DBC84B; }
span { border-color: rgb(219,200,75); }
td.TdClassName
{
border-color: #DBC84B;
}
.TagClassName
{
border-color: #DBC84B;
}
</style>