Shades of Confetti #DBBB4B
Tints of Confetti #DBBB4B
RGB
CMYK
RGB Variations
Color information
#DBBB4B (or 0xDBBB4B) is known color: Confetti. HEX triplet: DB, BB and 4B. RGB value is (219,187,75). Sum of RGB (Red+Green+Blue) = 219+187+75=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 75 (29.69% from 255 or 15.59% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBB4B is #2444B4. Grayscale: #B8B8B8. Windows color (decimal): -2376885 or 4963291. OLE color: 4963291.
HSL color Cylindrical-coordinate representation of color #DBBB4B: hue angle of 46.67º 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 #DBBB4B is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 75 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.14 |
| HSL | 46.67º | 0.67% | 0.58% | - |
| HSV(B) | 46.67º | 0.66% | 0.86% | - |
| XYZ | 48.25 | 51.11 | 13.98 | - |
| YUV | 183.8 | 66.6 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 75 | 0 | 0.15 | 0.66 | 0.14 | 46.67 | 0.67 | 0.58 |
| Hex | DB | BB | 4B | 0 | F | 42 | E | 2F | 43 | 3A |
| Octal | 333 | 273 | 113 | 0 | 17 | 102 | 16 | 57 | 103 | 72 |
| Binary | 11011011 | 10111011 | 1001011 | 0 | 1111 | 1000010 | 1110 | 101111 | 1000011 | 111010 |
Color Harmonies of #DBBB4B
Complementary color
Monochromatic Colors of #DBBB4B
Black with #DBBB4B
Text Example
Text Example
White with #DBBB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB4B; }
p { color: rgb(219,187,75); }
H1.HeaderClassName
{
color: #DBBB4B;
}
.AnyTagClassName
{
color: #DBBB4B;
}
</style>
background-color css
<style>
a { background-color: #DBBB4B; }
a { background-color: rgb(219,187,75); }
div.DivClassName
{
background-color: #DBBB4B;
}
.BgClassName
{
background-color: #DBBB4B;
}
</style>
border-color css
<style>
span { border-color: #DBBB4B; }
span { border-color: rgb(219,187,75); }
td.TdClassName
{
border-color: #DBBB4B;
}
.TagClassName
{
border-color: #DBBB4B;
}
</style>