Shades of Confetti #DBC351
Tints of Confetti #DBC351
RGB
CMYK
RGB Variations
Color information
#DBC351 (or 0xDBC351) is known color: Confetti. HEX triplet: DB, C3 and 51. RGB value is (219,195,81). Sum of RGB (Red+Green+Blue) = 219+195+81=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 81 (32.03% from 255 or 16.36% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC351 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC351 is #243CAE. Grayscale: #BDBDBD. Windows color (decimal): -2374831 or 5358555. OLE color: 5358555.
HSL color Cylindrical-coordinate representation of color #DBC351: hue angle of 49.57º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBC351 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 195 | 81 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.14 |
| HSL | 49.57º | 0.66% | 0.59% | - |
| HSV(B) | 49.57º | 0.63% | 0.86% | - |
| XYZ | 50.21 | 54.68 | 15.69 | - |
| YUV | 189.18 | 66.95 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 195 | 81 | 0 | 0.11 | 0.63 | 0.14 | 49.57 | 0.66 | 0.59 |
| Hex | DB | C3 | 51 | 0 | B | 3F | E | 32 | 42 | 3B |
| Octal | 333 | 303 | 121 | 0 | 13 | 77 | 16 | 62 | 102 | 73 |
| Binary | 11011011 | 11000011 | 1010001 | 0 | 1011 | 111111 | 1110 | 110010 | 1000010 | 111011 |
Color Harmonies of #DBC351
Complementary color
Monochromatic Colors of #DBC351
Black with #DBC351
Text Example
Text Example
White with #DBC351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC351; }
p { color: rgb(219,195,81); }
H1.HeaderClassName
{
color: #DBC351;
}
.AnyTagClassName
{
color: #DBC351;
}
</style>
background-color css
<style>
a { background-color: #DBC351; }
a { background-color: rgb(219,195,81); }
div.DivClassName
{
background-color: #DBC351;
}
.BgClassName
{
background-color: #DBC351;
}
</style>
border-color css
<style>
span { border-color: #DBC351; }
span { border-color: rgb(219,195,81); }
td.TdClassName
{
border-color: #DBC351;
}
.TagClassName
{
border-color: #DBC351;
}
</style>